Author |
Message |
Topic: Efficiency of processing messages in two phases |
pmb999
Replies: 8 Views: 15962
|
Forum: IBM MQ API Support Posted: Sat Jun 06, 2015 5:10 am Subject: Thanks |
Thank you for the further replies.
I don't think retaining messages within a sync-point can address a sustained discrepancy between the required (initial) processing speed and the down-stream proce ... |
Topic: Efficiency of processing messages in two phases |
pmb999
Replies: 8 Views: 15962
|
Forum: IBM MQ API Support Posted: Fri Jun 05, 2015 8:21 am Subject: Re-queueing message to different queue...? |
If, as the last posting suggests, we re-queue the received message to a different queue, is there any particular support for doing that, or is it a case of issueing an MQ PUT to a different queue to o ... |
Topic: Efficiency of processing messages in two phases |
pmb999
Replies: 8 Views: 15962
|
Forum: IBM MQ API Support Posted: Tue May 26, 2015 4:04 am Subject: Re: Efficiency of processing messages in two phases |
The time that takes to fully process a message is relatively long, where that processing entails writing to a complex SQL database. So the problem is to decouple the (partially) processing of a messa ... |
Topic: How to specify destination queue manager from C++? |
pmb999
Replies: 3 Views: 7512
|
Forum: IBM MQ API Support Posted: Thu Jul 16, 2009 8:00 am Subject: How to specify destination queue manager from C++? |
Surely it's in the MQMD Reply to QM name field of the message?
Thanks for the reply - but identifying the remote queue manager wasn't the problem. However in the few minutes since posting I thin ... |
Topic: How to specify destination queue manager from C++? |
pmb999
Replies: 3 Views: 7512
|
Forum: IBM MQ API Support Posted: Thu Jul 16, 2009 7:34 am Subject: How to specify destination queue manager from C++? |
When an MQ application receives a message that originates from a remote queue manager the reply-to queue, and reply-to manager are provided as properties of the message. In order to send a reply from ... |