Author |
Message |
Topic: Logically deleted reply queue after network outage |
hartley
Replies: 10 Views: 11526
|
Forum: IBM MQ API Support Posted: Fri Jan 16, 2009 7:46 am Subject: Logically deleted reply queue after network outage |
Ah OK thanks for that reply. That sounds very sane. Unlike the current way it works. Cheers! |
Topic: Logically deleted reply queue after network outage |
hartley
Replies: 10 Views: 11526
|
Forum: IBM MQ API Support Posted: Fri Jan 16, 2009 7:27 am Subject: Logically deleted reply queue after network outage |
Yep, bit annoying but quite doable.
Am I wrong, or is this just because we don't have perfectly bug-free clients? What do others do if they have permanent reply queues but crashing clients?
A Ha ... |
Topic: Logically deleted reply queue after network outage |
hartley
Replies: 10 Views: 11526
|
Forum: IBM MQ API Support Posted: Fri Jan 16, 2009 5:47 am Subject: Logically deleted reply queue after network outage |
Peter - you may have misread - trying to think of how to clean up permanent reply queues that hang around ...
Thanks,
Andrew |
Topic: Logically deleted reply queue after network outage |
hartley
Replies: 10 Views: 11526
|
Forum: IBM MQ API Support Posted: Fri Jan 16, 2009 5:02 am Subject: Logically deleted reply queue after network outage |
Thanks for the reply fjb_saper.
We are not using a truly asynchronous model. It's more like a synchronous model assuming a perfect network due to our mistaken use of temporary dynamic reply queues ... |
Topic: Logically deleted reply queue after network outage |
hartley
Replies: 10 Views: 11526
|
Forum: IBM MQ API Support Posted: Fri Jan 16, 2009 4:31 am Subject: Logically deleted reply queue after network outage |
Thanks for the speedy confirmation Jeff!
We should definitely move to permanent reply queues but we haven't seen any way for them to be cleaned up in the case of abnormal client shutdown (this happ ... |
Topic: Logically deleted reply queue after network outage |
hartley
Replies: 10 Views: 11526
|
Forum: IBM MQ API Support Posted: Fri Jan 16, 2009 4:14 am Subject: Logically deleted reply queue after network outage |
Situation:
1. Client creates temporary dynamic reply queue.
2. Major network outage.
3. Client reconnects to broker and reopens reply queue by name.
4. Reply queue disappears later anyway. ... |
Topic: Filtering names of just reply queues using PCF |
hartley
Replies: 0 Views: 3064
|
Forum: IBM MQ API Support Posted: Mon Nov 03, 2008 6:46 am Subject: Filtering names of just reply queues using PCF |
Hi
Am trying to monitor some temporary dynamic reply queue depths (sample every so often) on an MQ broker.
Am trying to use PCF to do this.
However, looking at the docs e.g.
http://publib. ... |
Topic: Batching MQ PUTs |
hartley
Replies: 4 Views: 4328
|
Forum: IBM MQ API Support Posted: Tue Jun 10, 2008 9:01 am Subject: Batching MQ PUTs |
Apologies - my wording was ambiguous. I do not want the reading processes to receive a set of data as this means that they would be processing each piece of data serially - this would happen if I embe ... |
Topic: Batching MQ PUTs |
hartley
Replies: 4 Views: 4328
|
Forum: IBM MQ API Support Posted: Tue Jun 10, 2008 2:09 am Subject: Batching MQ PUTs |
Hi Vitor
I meant to save round trips i.e instead of me embedding my own message A inside a single MQMessage, getting MQ client to batch the MQMessage sending. In contrast to me embedding an array o ... |
Topic: Batching MQ PUTs |
hartley
Replies: 4 Views: 4328
|
Forum: IBM MQ API Support Posted: Tue Jun 10, 2008 1:38 am Subject: Batching MQ PUTs |
Hi
Is there a way to send a number of MQMessages to the broker in one round trip? (I don't mean embedding a number of messages inside one MQ message.)
Thanks,
Hartley |