Author |
Message |
Topic: Double Instance Queue Reader Failing - 2034 |
HonestBroker
Replies: 5 Views: 8453
|
Forum: IBM MQ API Support Posted: Thu Apr 17, 2014 8:37 am Subject: Double Instance Queue Reader Failing - 2034 |
Make sure you clear the key fields each start of loop (msgid, correlid, etc...)
(or set them to mqmid_none, mqcid_none etc...)
As options: open for input, shared, syncpoint, wait, wait interval (s ... |
Topic: Double Instance Queue Reader Failing - 2034 |
HonestBroker
Replies: 5 Views: 8453
|
Forum: IBM MQ API Support Posted: Thu Apr 17, 2014 7:30 am Subject: Double Instance Queue Reader Failing - 2034 |
I actually recompiled a version to do that this morning and (probably the way I did it but) it didn't observe the wait and it didn't actually Get the message off the queue. Maybe the cursor is off?
W ... |
Topic: Double Instance Queue Reader Failing - 2034 |
HonestBroker
Replies: 5 Views: 8453
|
Forum: IBM MQ API Support Posted: Thu Apr 17, 2014 7:09 am Subject: Double Instance Queue Reader Failing - 2034 |
I have a queue-reader application written in C which runs two instances and has been processing many thousands of messages per day for many years without issue.
The input queue is a local queue on a ... |
Topic: Port 7800 with HTTPInput node in V6.1 |
HonestBroker
Replies: 3 Views: 3547
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 06, 2012 5:44 am Subject: Port 7800 with HTTPInput node in V6.1 |
Thank you for that confirmation and prompt, concise response! |
Topic: Port 7800 with HTTPInput node in V6.1 |
HonestBroker
Replies: 3 Views: 3547
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 06, 2012 3:02 am Subject: Port 7800 with HTTPInput node in V6.1 |
In WMB v6.1, is it possible to force a HTTPInput node to use the embedded Execution Group HTTP Connector Port - 7800, while still retaining a Broker-wide HTTP Listener on 7080?
I have an Execution Gr ... |
Topic: Use of MQ Clients with Broker Hub |
HonestBroker
Replies: 9 Views: 3841
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 30, 2011 7:55 am Subject: Use of MQ Clients with Broker Hub |
you can always connect the clients to other qmgrs running on the broker server if you don't want to connect the clients directly to the broker.
I'd normally recommend this as a more secure option esp ... |
Topic: Use of MQ Clients with Broker Hub |
HonestBroker
Replies: 9 Views: 3841
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 30, 2011 7:50 am Subject: Use of MQ Clients with Broker Hub |
Please describe your platforms for each of the 40 applications. Also provide a picture of the performance envelope that your Broker server is running on. For example, under peak load, how many message ... |
Topic: Use of MQ Clients with Broker Hub |
HonestBroker
Replies: 9 Views: 3841
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 30, 2011 7:04 am Subject: Use of MQ Clients with Broker Hub |
We use WMB V6 as a hub for messaging, providing the usual routing and transformation functions. There are ~40 applications connected, from 20 separate servers, all running their own MQ Server applicat ... |