|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 3 matches |
Author |
Message |
Topic: Activating MQ trigger through JMS, is there a way? |
peteles
Replies: 7 Views: 7484
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 31, 2006 6:08 am Subject: Activating MQ trigger through JMS, is there a way? |
100 is an example.
What is a PCF message?
What insane business requirement has you waiting for 100 messages before you do a database insert for a message log? You're having to jump through a lo ... |
Topic: Activating MQ trigger through JMS, is there a way? |
peteles
Replies: 7 Views: 7484
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 31, 2006 5:36 am Subject: Activating MQ trigger through JMS, is there a way? |
Here's what we do:
We got an MDB listening on a INITQueue in which the trigger message is posted. The trigger message is triggered on queue depth event (100 messages) on the logging queue.
When ... |
Topic: Activating MQ trigger through JMS, is there a way? |
peteles
Replies: 7 Views: 7484
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 30, 2006 11:36 am Subject: Activating MQ trigger through JMS, is there a way? |
Hello,
I'm looking to do this MQ Java API based command:
mQueueSet.setTriggerControl(MQC.MQTC_ON);
but via JMS:
QueueConnectionFactory qcf = ServiceLocator.getInstance().getQueueConne ... |
|
|
|