|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: How to detect JMS or non-JMS message producer |
jkothamb
Replies: 3 Views: 3273
|
Forum: IBM MQ Java / JMS Posted: Sat Jul 24, 2004 2:35 pm Subject: How to detect JMS or non-JMS message producer |
Hi,
I have a JMS consumer that consumes messages send by JMS or non-JMS producers. Is it possible to detect from where the message originated from after consuming it? Reading the MQ JMS manual, it ... |
Topic: How to create dynamic queue using JMS APIs |
jkothamb
Replies: 5 Views: 4589
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 14, 2004 2:43 pm Subject: How to create dynamic queue using JMS APIs |
Yes, verified, it does make an explicit call to start the QueueConnection. Let me pose another question which may help in resolving this problem. Does MQ allow creation of a ConnectionConsumer on a dy ... |
Topic: How to create dynamic queue using JMS APIs |
jkothamb
Replies: 5 Views: 4589
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 14, 2004 11:58 am Subject: How to create dynamic queue using JMS APIs |
Yes, the connection is started. In fact, messages gets pulled from the dynamic queue since the ServerSession start method is called which in turn calls the run method on that session. Thanks for your ... |
Topic: How to create dynamic queue using JMS APIs |
jkothamb
Replies: 5 Views: 4589
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 14, 2004 8:44 am Subject: How to create dynamic queue using JMS APIs |
Hi Folks,
I am a newbie to MQ. I was wondering if there is way to create dynamic queue. I have read about model queue and how it can be leveraged via createTemporaryQueue call on a QueueSession. Ho ... |
|
|
|