Tool for Viewing queue messages

Does anyone know of any tools for viewing queue/topic messages - including any configuration details for the tool.
Thanks in advance for your help.

Two options using SQL. Others may exist.
q_tab_name = value used in dbms_aqadm.create_queue for the queue_table parm
select * from <q_tab_name>;
select * from aq$<q_tab_name>;

Similar Messages

  • Tool for viewing the relation between tables.

    Hi,
    I imported the schema dump in Oracle 10g R2 DB, there are about 800 plus tables in that schema. I would like to know the relataion between tables.So,What tools are available for viewing the relation between tables?. I have TOAD, and Oracles SQL Developer tolls, if there are any free tools for the same, please let me know the URLs.
    Regards,
    Sabdar Syed.

    Hmmm, for free, except what gave Eric earlier, not easy...
    Here already discuss about that :
    Re: Table Dependencies
    Nicolas.

  • Tool for viewing all access points simultaneously

    We have 12 Cisco Aironet access points that we're working with. Is there a utility that can be used to view/manage those access points at the same time without having to login to each one from a separate browser?

    Hi Anthony,
    When you hit this number of AP's you probably want to look into the WLC (Wireless Lan Controller) This appliance is perfect for managing AP's pushing new configs etc.
    Guidelines and Tools for Migrating to the Cisco Unified Wireless Network
    http://www.cisco.com/en/US/netsol/ns340/ns394/ns348/ns337/networking_solutions_white_paper0900aecd804f1a23.shtml
    Understanding the Lightweight Access Point Protocol (LWAPP)
    http://www.cisco.com/en/US/netsol/ns340/ns394/ns348/ns337/networking_solutions_white_paper0900aecd802c18ee.shtml
    Deploying Cisco 440X Series Wireless LAN Controllers
    http://www.cisco.com/en/US/products/ps6366/prod_technical_reference09186a00806cfa96.html
    Cisco Wireless LAN Controller Configuration Guide, Release 4.0
    http://www.cisco.com/en/US/products/ps6366/products_configuration_guide_book09186a00806b0077.html
    WLC Video
    http://www.cisco.com/en/US/products/ps6366/index.html
    Hope this helps!
    Rob

  • Tool for Viewing 3D data in Oracle 10g

    Hi,
    I had uploaded the 3D DGN format Data from FME Oracle Suite to Oracle 10g database.
    the following tables were created
    TESTASH_SDODIM TABLE
    TESTASH_SDOLAYER TABLE
    TESTASH_SDOGEOM TABLE
    TESTASH_SDOINDEX TABLE
    TESTASH TABLE
    When we are trying to browse the data using AutoCAD of any other viewer, we are unable to find this table in that particular user. Whereas if we run a sql command and run a sql query we are able to get the record count.
    Can you suggest something to view this data.
    Thanks and Regards
    Ashish Dhawan

    Ok.. I'd bet then that there are no entries in USER_SDO_GEOM_METADATA AKA MDSYS.SDO_GEOM_METADATA_TABLE. FME view needs to find an entry in there to show you it in the dialog so you can pick the table. The same holds true for views of tables, there needs to be an entry, although I find it somewhat ironic that it then goes on to not know what projection the data is in.
    Also, the viewer will pick the first SDO_GEOMETRY column it finds. So if you have more than one, you will then need to make a view for just that column.
    Anyway, add an entry into the table, and you should be good to go.
    Bryan

  • Tool for viewing the loaded classes, defining and initiating ClassLoaders

    Many modern Java based servers and tools such as IDEs employ a complex/hierarchical class loader architecture for modularity and isolation. Many Java debuggers have ability to display loaded classes. However sometimes it is neccesary to view defining and initiating class loaders to debug class loading related issues. I have developed an extension module for Netbeans JPDA debugger to display such information. Please read my blog here:
    http://blogs.sun.com/scblog/entry/updated_view_classes_and_classloader
    if you are interested in such a tool.

    Can anyone give me pointers on how I could write an agent to dump information about loaded classes, defining and initiating ClassLoaders on:
    JVMTI_EVENT_DATA_DUMP_REQUEST
    event.
    Also can similar information be obtained from heap dumps generated by:
    $ jmap -dump:format=b,file=heap.bin <pid>
    May be using OQL supported by jhat.
    thanks,
    Sandip

  • Is there any command line tool to view the message on the topic?

    Hi
    How can I view/browse the messages on the queue/topic, without write a program?
    Jirong

    Hi,
    I would recommend you to have a look at this excellent Hermes: http://www.hermesjms.com/
    Cheers
    Arnaud

  • Mbean that listen for jms queue messages

    Hi to all,
              I must use a Jmx notification listener architecture to trap when a new message arrives (i must also handle the message content) in a weblogic jms queue.
              Do you know which mbean could help me to observe the new ariving message?
              In the javadocs i cant' find any useful mbean to do that..
              Thanks

    Hi to all,
              I must use a Jmx notification listener architecture to trap when a new message arrives (i must also handle the message content) in a weblogic jms queue.
              Do you know which mbean could help me to observe the new ariving message?
              In the javadocs i cant' find any useful mbean to do that..
              Thanks

  • Is there a tool for viewing Empathy logs?

    The new location of Empathy logs seems to be
    ~/.local/share/TpLogger/logs/<account>
    These files are formatted as xml and aren't very easy to read.  Is there no longer any simple viewer? I thought there had been one as outlined on this page
    https://help.gnome.org/misc/release-notes/3.2/
    Did they dump this in newer versions? It worked so well.

    After a little Q&A in the GNOME IRC channels I've discovered that the status of [essential everything] is evolving. This may just be another feature that was removed in favor of simplicity.

  • JMS Queue Messages not picked up.

    Hello,
    We are facing below issue frequently, any help in this regard would be highly appreciated.
    We have 2 MDB's listening to the a queue on WLS 8.1 SP2. We are using Message Selector to identify which of the 2 MDB's should pick up the message.
    The issue is that if too many messages are queued up, then the MDB at times doesn't pick them up, even when free instances of MDB are available in the Bean Pool.
    But if we restart the server then all the messages are picked up instantly. Server restart acts as some kind of Trigger for the Queued Messages to be picked up instantly.
    We have been trying to explore as to why this happens, but havent still resolved it.
    Any ideas would be appreciated.
    Thanks.
    Khyati

    Hello,
    We are facing below issue frequently, any help in this regard would be highly appreciated.
    We have 2 MDB's listening to the a queue on WLS 8.1 SP2. We are using Message Selector to identify which of the 2 MDB's should pick up the message.
    The issue is that if too many messages are queued up, then the MDB at times doesn't pick them up, even when free instances of MDB are available in the Bean Pool.
    But if we restart the server then all the messages are picked up instantly. Server restart acts as some kind of Trigger for the Queued Messages to be picked up instantly.
    We have been trying to explore as to why this happens, but havent still resolved it.
    Any ideas would be appreciated.
    Thanks.
    Khyati

  • How do I turn the View Layout Message Pane default permanently to OFF?

    How do I change the default for View > Layout > Message Pane to OFF? I did have Thunderbird working that way, but recently my computer crashed and now I can't figure out how to make it work that way again.

    Press F8.

  • How To Turn On SYNCHRONOUS MESSAGE Viewing in message display tool

    Hi everyone,
    We want to view the Synchronous Messages in the message display tool using the url: http://port/messaging system/monitoring , but we are not able to do that  as when we are trying to view a particular synchronous message, we are displayed the following message:
    <b>"The message Bytes for this synchronous message in final state have been removed from the memory to save resources"</b>
    can any one suggest what we should do to view the synchronous messages in <b>Message Display Tool.</b>
    regards,
    Rookie.

    Hi,
    U need to go to Visual Administrator:
    Services | SAP XI AF Messaging:
    KEY: messaging.syncMessageRemover.removeBody
    VALUE: false
    This way your sync messages will be viewable in AF.
    Best Regards,
    Daniel
    Message was edited by:
            Daniel Engsig-Karup

  • How to view the Messages on the Stream Queues in the MQSeries Explorer

    Hi,
    After you publish the data to the stream queue (SYSTEM.BROKER.DEFAULT.STREAM), how to you see the data on that stream using the MQSeries Explorer.
    I could not see any data on the stream, but I have confirmed that the messages are being published because after I register the subscriber, the published messages do get routed corectly.
    Is there a way to view published messages on the stream queue. any help would be greatly appciated.
    Thanks,
    Rushabh

    Thanks for replying..but what if there are no subscribers registered for that particular topic and the publisher keeps on publishing the messages for a topic. I suspect there should be some way of knowing for the publisher whether it published the messages on the stream queue or not and hence some way of viewing the messages on the queue via the MQSeries explorer..
    Thanks,
    Rushabh

  • Is there any possible way to view my messages for the month of jan and feb. of this year

    is there any way to view messages i sent in the month of jan. and feb. of this year

    Your text messages? Your MyVerizon account will keep the to and from details of text messages for three months. The content of the messages have never been online. The only way to view the messages is from the device.

  • Paperq: a tool for managing a reading queue of academic literature

    paperq is a command-line tool for managing a reading queue of academic literature.   It's usage is simple: you add files to the queue and then you run it without arguments to open the next file in the queue. The queue part of the code itself is rather simple but paperq also offers some other nice features:
    Add files (-a option)
    Remove a file (-r option)
    Display info on a file. Given a BibTeX file,  print the bibliographic information, otherwise print the file location (-i option)
    List all files (or bibliographic information) in the queue (-l option)
    Create an archive (tar.gz) of the papers in the queue, prepending the file names with the queue position (-z option)
    Operate on any file in the queue, instead of the head, via the -n option
    Peek at a file (open it, but don't remove it from the queue) via the -p option
    Print a file (-t option)
    Configurable file-opening command (xdg-open %s, by default)
    Documentation is available in the README file or on the website (see below). A man page is also included.
    I've been using it myself now that I finally stopped using Mendeley. I find it to be quite handy, so I've packaged it up to be shared with others.
    Screenshot showing the bibliographic info:
    Website
    AUR
    Last edited by jakobcreutzfeldt (2014-01-28 09:15:50)

    I just uploaded version 1.1.1.  I somehow missed a bug in which the first word of the author list was being chopped off. It's fixed.
    marttt wrote:Thanks very much for this! I can finally ditch some of my ugly scripts now. Have you considered adding other bibliographic data formats in the future? (Here is an interesting solution with YAML and Pandoc and, correspondingly, proper UTF-8 support.)
    Glad to hear it could be of use to you! Honestly, this also just started out as a quick script but little by little I started adding more handy features.
    As for other bibliographic formats, it could be possible. I'm mainly familiar with BibTeX, so I would need to see how the other formats look. 
    In all honesty, the bibliographic info printing could be greatly expanded: only journal articles are supported at the moment, and mathematical expressions in the titles aren't yet supported (i.e. greek characters).  It might be more efficient in the long run to write a dedicated biblio parsing program that loads some pre-written BibTeX-parsing library rather than all the crazy sed work that's going on in there right now. If that's the case, then it's just a  matter of loading some library for a different biblio file format in order to support it.

  • Third party tool for faster message recovery?

    Does anyone know if a third party tool for message recovery?  Restoring mailbox data from a Recovery Mailbox Database is very time consuming.  One of our Mailbox databases is almost 400 GB, and the restore alone is timely.  Our Recover Deleted
    Items is set to 14 days.  We could increase this recovery setting, but there may be situations where users are looking for data over 30 days deleted.
    Thanks in advance for any input.
    Fran

    Hi Fran,
    What version of Exchange server do you have? Based on my knowledge, Exchange 2013 can keep the deleted items for 24,855 days. 
    More details to see:
    https://technet.microsoft.com/en-us/library/ee364752%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396
    Also provide an useful article for your reference:
    Restore Data Using a Recovery Database
    https://technet.microsoft.com/en-us/library/ee332351(v=exchg.141).aspx
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

Maybe you are looking for

  • Adobe Premiere Tech Problems

    Mid project editing a short film when the video files werent visible to edit.  Saved my project and closed the program.  When I went to re-open Adobe Premiere nothing happens.  There is no error message just nothing.  ADobe Cloud Desktop told me ther

  • Change the value of a variable used in a View query

    I am using JDeveloper 11g to develop a simple portlet application which displays data loaded from database. I am displaying the data by dragging the ViewObject from the AppModuleDataControl to the View.jspx page and selecting the option ADF Read-only

  • Is autofill no longer an option with itunes 10.5?

    I usually just autofill any of my non-itunes purchased downloads, but since I upgraded to itunes 10.5, I cannot find autofill anywhere. When I plug in my iphone, it shows up as a device, but "music" no longer shows up underneath it. On the itunes mai

  • MacBook Pro 2008 crashes constantly with Yosemite

    Hi! I'm running an early 2008 15" MacBook Pro with 2,4 GHz Intel Core 2 Duo processor and 4 GB memory, and I just installed Yosemite 10.10.2 as well as the 4 GB memory and a new Samsung 840 EVO SSD 250 GB hard drive and now my computer crashes freque

  • LR and Noise Ninja - Workflow suggestions??

    Has anyone figured out a good workflow for this setup? I have a couple hundred raw images that need NN processing. I would love to be able to figure out a way to automate this. Thanks in advance