Author |
Message |
Topic: Using JNDI to lookup Dynamically Created Queues |
drab
Replies: 1 Views: 2258
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 22, 2009 10:55 am Subject: Using JNDI to lookup Dynamically Created Queues |
Hi I am running WebSphere with WMQ. How can I allow dynamically created queues (in MQ) to be looked up using the InitialContext? Is there a way to do this? Can someone point me to some resources? ... |
Topic: Clarification on JMS |
drab
Replies: 3 Views: 2518
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 22, 2009 7:33 am Subject: Clarification on JMS |
It is a requirement, there are specific things I would like to handle when I acknowledge the message. I have however come up with a work around.
Since I only needed the MQ to create a dynamic queu ... |
Topic: Clarification on JMS |
drab
Replies: 3 Views: 2518
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 22, 2009 6:38 am Subject: Clarification on JMS |
Hi, I have a question regarding the whole JMS architecture. How come there are two different ways to do things? For example how come there are:
MQQueueConnectionFactory and QueueConnectionFactory? ... |
Topic: Creating Dynamic Queues |
drab
Replies: 6 Views: 4577
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 21, 2009 12:15 pm Subject: Creating Dynamic Queues |
Bah I got it, thanks.
[Edit]
I found this of good help:
http://publibfp.boulder.ibm.com/epubs/pdf/csqzaw12.pdf |
Topic: Creating Dynamic Queues |
drab
Replies: 6 Views: 4577
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 21, 2009 12:07 pm Subject: Creating Dynamic Queues |
How can I take advantage of creating dynamic queues without the MQOPEN method? |
Topic: Creating Dynamic Queues |
drab
Replies: 6 Views: 4577
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 21, 2009 11:57 am Subject: Creating Dynamic Queues |
Where can I find the MQOPEN method? I have the following imports:
import com.ibm.mq.*; |
Topic: Creating Dynamic Queues |
drab
Replies: 6 Views: 4577
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 21, 2009 11:24 am Subject: Creating Dynamic Queues |
Hi I would like to create queues dynamically and I am wondering if this is possible. I have read around the net and some people say this is not possible and some do. The people who do, I can't find ... |