Author |
Message |
Topic: Using Message Selector with MDB |
obernard
Replies: 2 Views: 3382
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 05, 2007 9:38 am Subject: Using Message Selector with MDB |
Hi,
A legacy application send a message with a specific correlID set in MQMD but without RFH. I retreive this message with a MDB in Weblogic. The question is how can reteive only this CorrelID.
... |
Topic: COD/COA with clustering |
obernard
Replies: 4 Views: 5506
|
Forum: Clustering Posted: Mon Jan 22, 2007 8:00 am Subject: COD/COA with clustering |
The problem is, I have 3 clusters.
QM1 in cluster with QM4
QM2 in cluster with QM4
QM3 in cluster with QM4
QM4 connect with QM5
I want:
1) Send a request from QM1, QM2 or QM3 to QM5.
2) Q ... |
Topic: COD/COA with clustering |
obernard
Replies: 4 Views: 5506
|
Forum: Clustering Posted: Mon Jan 22, 2007 7:48 am Subject: COD/COA with clustering |
Hi,
I have QM1 in cluster with QM2 and QM3 not in cluster.
From QM1 I send a message to a cluster remote qmgr on QM2 to QM3. It work fine. In the message I set report COD. My reply-to-queue is ... |
Topic: I need clarification |
obernard
Replies: 10 Views: 9140
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 11, 2007 7:48 am Subject: I need clarification |
Supported by who? Where do you see it? |
Topic: I need clarification |
obernard
Replies: 10 Views: 9140
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 11, 2007 7:37 am Subject: I need clarification |
Sreekanth, why do you won't use com.ibm.mq jars?
Personnaly, I use weblogic server 6.1 and 9.1 with MQ. I use com.ibm.mq.jars and I don't have to install any part of MQClient on my weblogic server ... |
Topic: Failover on JMS Destination |
obernard
Replies: 9 Views: 7673
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 11, 2007 6:55 am Subject: Failover on JMS Destination |
Thanks everybody,
I know that MQ Cluster is for load balancing, but it's an enterprise decision. I'm not agree with that but I don't have a word to tell on this.
However, cluster or not, I have ... |
Topic: Failover on JMS Destination |
obernard
Replies: 9 Views: 7673
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 11, 2007 6:25 am Subject: Failover on JMS Destination |
Hi,
I try to figure how can implement a failover with JMS. I use weblogic server without Weblogic JMS Server. I have two QMGRs in MQ Cluster. I use QMGR2 for failover, but I don't know how my MD ... |