QueueBrowser doesn't work when messages are in the queue

We are attempting to list off the messages in a JMQ 2.0 queue while our application is running. The code currently creates a new Connection & Session and then a new QueueBrowser on each queue. Following that, we get an Enumeration of the messages in the queue and print them out.
When no messages are in the queue, this approach works fine and prints out all the relevent information. However, when a message is in the queue, the QueueBrowser just hangs. I've tried on transacted and non transacted QueueSessions and the same thing happens.
Is this known behavior and is it possible to work around it?
Thanks,
Mike

Try restarting the Mac with the ethernet cable plugged in and with a live device attached ('live device' = another Mac, a modem, a printer, or a hub/switch/router, which has been powered on).

Similar Messages

  • Camera on iPhone4 doesn't work, when you use either the icon on the screen all you get the the shutter. I am unable take pictures. Has anyone had the same problem and are there any solutions?

    The camera on my iPhone 4 isn't working and hasn't for quite sometime. I have updated the phone to IOS 6 and it hasn't made any difference.
    When you use the icon that appears at the bottom of the screen or the camera icon on the main screen all you see is the camera shutter.I have tried to restore the camera and that hasn't made any difference. I have spoken to Apple support and they sent me a support site to check out, but there isn't any specific solution for my problem. Has anyone had a similar problem and is there a solution?

    Try:
    - Reset the iPhone. Nothing will be lost
    Reset iPhone: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPhone.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Links wont work when they are in the way of my mega menu

    Any links that will be covered by the mega menu when it drops down won't work even when they have not been covered yet. This is frustrating because that means I can't have any links in the top part of my page and I have this mega menu on every page.
    www.grasslandoregon.com

    Hi,
    The reason those links are not working on other pages is there is an empty box covering those links. Please refer to the following link http://prntscr.com/2ucc4r
    However, this is not the case on Home page. Please refer to the following link http://prntscr.com/2uccqt
    Please remove this empty rectangle and your issue will be fixed.
    Cheers!
    Aish

  • Ethernet doesn´t work when i plug in the cable.

    The network-panel says "not connected". How can I activate the port? or get my ethernet to work?

    Try restarting the Mac with the ethernet cable plugged in and with a live device attached ('live device' = another Mac, a modem, a printer, or a hub/switch/router, which has been powered on).

  • I have different account ID's with my iphone and computer. I would like to standardise both to just the one. One of the ID's doesn't work, when I tried to list the second email with the preferred one a message telling me that this email is already in

    I have different account ID's with my iphone and computer.
    I would like to standardize both to just the one.
    One of the ID's doesn't work, when I tried to list this second email with the preferred one a message telling me that this email is already in use pops up.. yes it is, with me??
    Is there an easy to fix this please, Fabfitz

    If the email address you want to use is being used as the primary email address on a different ID you have to manage that ID and change it to a different primary email address.  This explains how: Change your Apple ID - Apple Support.
    If it is being used as an alternate or rescue address on a different ID, you manage the ID and either remove it or change it to a different email address.  This explains how: Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support.

  • My iPhone 4 turns off (crashes) after accesing any apps, It work fine when plugged to charger. I tried all troubleshooting steps suggested by Apple but it doesn't work. What could be the problem and what are the solutions?

    My iPhone 4 turns off (crashes) after accesing any apps, It work fine when plugged to charger (power supply). I tried all troubleshooting steps suggested by Apple but it doesn't work. I backed up my phone. I restored it several times. Even I re-installed iphone software. Also I restored it as a new iphone but doesn't work. What could be the problem and what are the availble solutions?

    We can't know if there's a "fixture" because we can't examine your phone.  But Apple can.  Make a Genius Bar appointment and get your phone evaluated.

  • My alerts work when I'm on the phone such as text message Facebook n Instagram but when I'm off the phone it doesn't work how can I fix this :(

    My alerts work when I'm on the phone such as text message Facebook n Instagram but when I'm off the phone it doesn't work how can I fix this :(

    Hello, Trillmonroe. 
    Thank you for visiting Apple Support Communities. 
    Try forcing all open applications to close and power cycle the device as outlined in the first two sections of the article below.  If the issue persists, try the troubleshooting steps in the second article. 
    Restart the app
    Close the app and open it again.
    Restart your device
    Turn the device off and on.
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/ts1702
    iOS: Understanding notifications
    http://support.apple.com/kb/ht3576
    Cheers,
    Jason H. 

  • I have several albums in my library that I cannot get onto my device. I have tried manually adding the albums, but it doesn't work. I can view the albums in "Music," but when I click on "iPhone" they are gone. How can I transfer them over?

    Can't add albums in library to iPhone.

    Full question: I have several albums in my library that I cannot get onto my device. I have tried manually adding the albums, but it doesn't work. I can view the albums in "Music," but when I click on "iPhone" they are gone. How can I transfer them over?

  • Wifi doesn't work when blue tooth is enabled

    home wifi doesn't work on macbook pro when blue tooth is enabled
    Message was edited by: maggie11

    Based on my knowledge, Outlook auto archieve setting is stored in registry and only affects on local host.
    If the AutoArchive doesn't work anymore, please refer to the follow article to troubleshoot the issue
    http://www.howto-outlook.com/faq/archivenotworking.htm
    If we are talking about Microsoft Exchange Online Archiving, I think it would run fine when you in Exchange online mode as your expected.
    Tony Chen
    TechNet Community Support

  • BitmapData draw method doesn't work when the project is published as the .swf file of the web applic

    Hi,
            I am totally confused by this strange error. When I tried using the draw method of BitmapData to draw a movieclip symbol of my project, it seems to work fine locally. However, as I uploaded the published .swf file to my web server and launched it as the plugin of my web application, it failed. The source codes as follows,
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    message3 didn't show at all. Instead, the browser console shows "Uncaught Error: Error calling method on NPObject.". My understanding of this error message is that the .swf is calling something crashing, and I believe that bd.draw(stage)is the crashng method call.
    Also, here is my html embed tag:
        <embed src="/tests/videoplayer.swf" id="flash" quality="high" height="510" width="990" scale="exactfit" name="squambido" align="middle" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" style="margin: 0px auto;clear:both;position:relative;"/>
    Can someone help me?

    Thank you for your reply.
    I tried stageWidth and stageHeight, but it still doesn't work.
    The draw() methid is triggered when I clicked a screenshot button in my application as follows,
    ExternalInterface.addCallback("printscreenClicked", printscreenClicked);
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    Would you please give me an example of "waiting for Event.RESIZE is good, or just at least Event.ENTER_FRAME"?
    My real purpose in this application is to capture a snapshot of a streaming video. The video is contained in a movieclip object. I tried stage first since BirmapData.draw() doesn't work when drawing the movieclip on the web site. Do you have any suggestion for this situation? Also, is there any good method to find out what happened if the browser have "Uncaught Error: Error calling method on NPObject."?

  • IPod nano 6th gen (brand new) doesn't recognize when headphones are plugged in

    I have a brand new iPod nano (6th gen), and it doesn't detect when headphones are plugged in. I have read that the problem can ocurr because the headphones are not correctly inserted (which is not the case.. i'm absolutely sure about this) or that the headphone jack has dust inside (which is also not the case, since it is brand new).
    This is what happens:
    When i play a song, and then press the sleep/wake button to turn off the display, the music stops. Or if i let the music play, it stops when the screen times out and turns off. These two things occur because the ipod "thinks" that there are no headphones inserted.
    When i try to activate the FM radio, the radio won't start because it says that there is no radio signal (which occurs when no headphones are connected).
    Needless to say, the microphone and volume controls of the iphone headset, don´t work at all (they even work on the ipod shuffle!).. and because of this, no voice recording for me!
    It's a shame, because the FM radio is completely useless, and music playing only works by activating the "double click to play" option in the settings menu.. but it is somewhat cumbersome the process of "play music - turn off the screen - double click to resume playing" every time I select a song.
    The headphone detection has only worked randomly when the ipod is connected to the computer, but i haven't been able to figure out under what conditions this occurs. I have read about this issue, and I only would like to know if this is a firmware bug of the 1.2 version. I tried unsuccesfully to downgrade the firmware to the 1.1 version (maybe because the ipod shipped with the 1.2 version).
    I have also restored the device in itunes, with no luck.....
    Thanks in advance for any useful answer!

    Thanks for your answer...
    The headphones that i'm using, are the ones that were included with the iphone 4 (so, they are original).. however this shouldn't be a problem, as the ipod should work fine with whatever headphones i choose to use (sound quality will vary, of course).
    The ipod does the same with the headphones that were included in the box, and with every pair of headphones i have used to test, so i'm certain that the ipod has an issue.
    I hope that the picture is clear enough.. here you can see that the headphones are fully inserted, and the ipod is not recognizing them.

  • I have Adobe Acrobat 9.5.4 installed on my computer and it doesn't work when PDFing

    I have Adobe Acrobat 9.5.4 installed on my computer and it doesn't work when PDFing my document using Microft Word 2010. I have tried using the tab add-in, but it doesn't respond either. The only way to convert my document is to save it as a .pdf from the save as drop down box. I need to be able to have the full functionability of creating a PDF document with the tabs and links working.
    Please help!

    From OFFICE 2010 you either have to have AA X or just print to the Adobe PDF printer. You give no information on your operating system or specifically what you mean by PDFing -- there are multiple ways to create a PDF from a WORD document and you have given no information. However, in this case your only choice is to print to the Adobe PDF printer. Otherwise, you need to upgrade Acrobat.

  • Outlook 2013 archiving doesn't work when cached mode is enabled

    Hi All,
    I have a problem in Outlook 2013 which I've been able to replicate on two separate PCs, operating against two separate Exchange servers.  In both cases, archiving of old items does not work in Outlook 2013 when cached mode is enabled.  It works
    fine if cached mode is switched off so I don't believe the problem is related to the archiving settings.
    Has anyone else come across this?
    Thanks,
    Matt
    Systems Engineer
    BOM Group LTD

    Based on my knowledge, Outlook auto archieve setting is stored in registry and only affects on local host.
    If the AutoArchive doesn't work anymore, please refer to the follow article to troubleshoot the issue
    http://www.howto-outlook.com/faq/archivenotworking.htm
    If we are talking about Microsoft Exchange Online Archiving, I think it would run fine when you in Exchange online mode as your expected.
    Tony Chen
    TechNet Community Support

  • It doesn't work when I press "transfer purchased items from ipod" and I don't know specidicly whitch item I need to transfer

    It doesn't work when I press "transfer purchased items from ipod" and I don't know specidicly whitch item I need to transfer.
    Whenever i press "transfer purchased items from ipod", itunes sync's for about 3 seconds, but I still can't install updates on the ipod without itues warning me about purchased items on the ipod, that aren't in the itunes library. I've tried folowing the steps in itunes help, but I can only find a step guide for when you know the specific item that needs transferring, and I donøt know that specific item.

    This Apple Tech Note explains the process:
    http://support.apple.com/kb/ht1848
    It will transfer all purchased items that the computer you are transferring to is authorised to play: you don't have to select the items.

  • How do I delete items in my calendar when it doesn't work when I hover them over the trash can?

    How do I delete items in my calendar when it doesn't work when I hover them over the trash can?

    There are several ways
         - Selecting the event and hitting the "delete" key on your keyboard (as Wayne Contello said)
         - Selecting the event and opening the "edit" dropdown menubar item, and then selecting "delete"
         - Selecting the event and right clicking, then selecting "cut" (this option puts the event on your clipboard)

Maybe you are looking for

  • Errors in ADF page while runtime

    hi, I am facing errors in funsion web application. While running a jspx page errors are 1) error while opening JDBC connection 2) null password given; login denied 3) unexpected exception caught: java.long.NullPointerException,msg=null Thanking you w

  • Bluetooth is working with music now?

    Ok, Im not sure if it did before or not, but I was on a call using the bluetooth and was messing around with my iPod function of the phone. I fully expected it to come out the speaker on the iphone but instead I heard the song in my bluetooth earpiec

  • How to garantee that static data is initialized ?

    Hi, In order to implement the Prototype design pattern in Java I would like to automatically register the subclasses of Prototype to a static array of prototypes in the Prototype class. In C++ I use a static member in each subclass which is initializ

  • [solved] intel, kms, where's my arch boot logo(s)?

    I have an intel card (Intel 945GME Chipset, netbook) with KMS enabled, and I lost the boot logos after enabling KMS. Is there a way to get it (them) back? Searching the forums gives a lot of "I want logo" and "I don't want logo" posts, some that try

  • I got a notice saying that another computer is using my ip address

    I'm not sure what this means, or what consequences it could have.  Also recently our internet usage also spiked- and we've not changed our internet habits, could this have something to do with it? I have no idea about any of this kind of thing, shoul