Author |
Message |
Topic: Browsing using MQ Base Java API |
bombyk
Replies: 1 Views: 2550
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 22, 2004 12:57 pm Subject: Browsing using MQ Base Java API |
Is it possible to browse a queue - that is, read a message or even its descriptor without removing it from the queue - using the MQ Base Java API and not the JMS API? If so, can you send me an example ... |
Topic: Java MQ polling mysteriously vanishes |
bombyk
Replies: 10 Views: 10056
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 24, 2002 5:20 am Subject: Java MQ polling mysteriously vanishes |
Thanks for your reply...it would make sense to change this.
Still I don't understand why our getCurrentDepth() requests are hanging up. This happens intermittently. I had suspected memory problem ... |
Topic: Java MQ polling mysteriously vanishes |
bombyk
Replies: 10 Views: 10056
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 20, 2002 9:02 am Subject: Java MQ polling mysteriously vanishes |
Re. why call getQueueDepth, as opposed to just trying to GET a message and handling the 2033 if there is none available; and sleeping instead of using a GET with a wait interval:
Is there a reason ... |
Topic: Java MQ polling mysteriously vanishes |
bombyk
Replies: 10 Views: 10056
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 13, 2002 12:46 pm Subject: Java MQ polling mysteriously vanishes |
Yes, absolutely, you may be on to something there. We are not catching Throwable. This problem has been chronic, but it is only in the past day or two that I became aware that we were short on memory ... |
Topic: Java MQ polling mysteriously vanishes |
bombyk
Replies: 10 Views: 10056
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 13, 2002 10:52 am Subject: Java MQ polling mysteriously vanishes |
Thanks, but I have try/catch blocks with stacktrace prints around all suspect code. Further inspection of the problem has revealed that we indeed are not throwing any exceptions, but making calls to ... |
Topic: Java MQ polling mysteriously vanishes |
bombyk
Replies: 10 Views: 10056
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 20, 2002 7:20 am Subject: Java MQ polling mysteriously vanishes |
I am running a Java web app under Tomcat standalone on Win2000 Server that establishes a connection to an MQ queue manager, starts a thread which polls a queue for messages. sleeps for 20000 MS, and t ... |
Topic: Forwarding messages to a second destination |
bombyk
Replies: 4 Views: 6561
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 14, 2002 9:51 am Subject: Forwarding messages to a second destination |
I am currently receiving MQ messages on a Windows 2000 queue. Can I set up the queue manager on this machine to forward automatically a copy of the each message to a queue on another Win2000 machine w ... |
Topic: Changing listener port number for a QManager |
bombyk
Replies: 3 Views: 5010
|
Forum: General IBM MQ Support Posted: Mon Jan 14, 2002 2:30 pm Subject: Changing listener port number for a QManager |
Thanks for the quick reply. This is an existing queue manager with several queues and channels attached to it. But I need to change the port number that it listens on. I can see where you can create a ... |
Topic: Changing listener port number for a QManager |
bombyk
Replies: 3 Views: 5010
|
Forum: General IBM MQ Support Posted: Mon Jan 14, 2002 2:09 pm Subject: Changing listener port number for a QManager |
Is there a way to permanently alter the port number that a QManager's listener is pointed to after the QManager has been created in Win2000? I can use a runmqlsr command to restart a listener pointing ... |
Topic: Installing MQ base Java 5.2 |
bombyk
Replies: 1 Views: 9848
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 07, 2001 7:34 am Subject: Installing MQ base Java 5.2 |
I installed MQ for Windows NT 5.2 using a custom installation, and checked all the options (both server and client). Afterwards I don't have the Java base code. When I installed 5.1 the java base was ... |