Author |
Message |
Topic: MDB on temporary queue? |
iavork
Replies: 7 Views: 6125
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 19, 2007 4:53 am Subject: MDB on temporary queue? |
Thanks a lot for all your comments.
Marcin, do we need to use JMX to stop/start the listener ports? Is it possible somehow to maintain the listener port in JMS only? |
Topic: MDB on temporary queue? |
iavork
Replies: 7 Views: 6125
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 19, 2007 1:43 am Subject: MDB on temporary queue? |
Well, we have several types of batch processes, we want to publish each batch as many messages and process the messages in parallel. We want to use MDB. We want to be able to execute two or more diffe ... |
Topic: MDB on temporary queue? |
iavork
Replies: 7 Views: 6125
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 18, 2007 7:49 am Subject: MDB on temporary queue? |
Is there a chance to deploy MDB to listen on a temporary queue? |
Topic: MQCMIT in cluster |
iavork
Replies: 7 Views: 8945
|
Forum: Clustering Posted: Tue Dec 19, 2006 6:11 am Subject: MQCMIT in cluster |
Well, I have 3 MQGET waiting on the queue and many messages placed. They don't get the same message in the same time, but *near* the same time. I doubt MQ issues some internal rollback during the proc ... |
Topic: MQCMIT in cluster |
iavork
Replies: 7 Views: 8945
|
Forum: Clustering Posted: Tue Dec 19, 2006 5:18 am Subject: MQCMIT in cluster |
We have Oracle as database and we don't use XA to synchronize the commits. What happens:
At instance 1:
MQGET with MQGMO_SYNCPOINT => message
storing some records in Oracle
MQPUT with MQGMO_S ... |
Topic: MQCMIT in cluster |
iavork
Replies: 7 Views: 8945
|
Forum: Clustering Posted: Tue Dec 19, 2006 4:07 am Subject: MQCMIT in cluster |
We have a cluster environment established. We run several C++ single thread applications that listen on a cluster-shared queue. All they issue MQGET with MQGMO_SYNCPOINT. After the message is processe ... |
Topic: Intercommunication - keep the channels alive or trigger? |
iavork
Replies: 1 Views: 2310
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Nov 16, 2006 1:00 am Subject: Intercommunication - keep the channels alive or trigger? |
We have two Queue Managers on two different Solaris machines. The intercommunication is established - channels, transmission queues, local and remote queues. Everything works fine, except that the cha ... |
Topic: Reply To Queue Manager |
iavork
Replies: 2 Views: 4323
|
Forum: Clustering Posted: Mon Apr 10, 2006 4:10 am Subject: Reply To Queue Manager |
Thanks, wschutz! Queue Manager Alias is exactly what I needed! |
Topic: Reply To Queue Manager |
iavork
Replies: 2 Views: 4323
|
Forum: Clustering Posted: Mon Apr 10, 2006 2:12 am Subject: Reply To Queue Manager |
Hi,
We have a cluster of Queue Managers A and B and another cluster of Queue Managers B and C (B participates in both clusters).
The client application connects A and sends messages to C via B ( ... |