Posted: Wed Nov 09, 2005 2:32 pm Post subject: WMQ Broker troubleshoot
Novice
Joined: 14 Oct 2005 Posts: 15
I'm running the base WMQ pub/sub broker on Windows (strmqbrk -m MY_BROKER). When I rightclick on queue manager and select "Application Connections" (WMQ Explorer), I see that two "runmqbrk.exe" processes have been started. And, if I look at the UOW column, one instance is "Active", and the other one is "None".
I coded two applications. First one sends MQRFH2 (XML formatted) publish messages on SYSTEM.BROKER.DEFAULT.STREAM in an infinite loop with delays between messages. Second one does the same thing for subscribe on SYSTEM.BROKER.CONTROL.QUEUE and tries to get messages on its reply queue. Messages are written on the queues and nothing seems to happen ; they stay on queues and broker seems not to be processing them.
My question :
Do I need to do supplementary broker configuration ? How I could I find out if the broker what is processing messages or not and what is going on ?
I am not 100% sure, but base MQ broker may not understand XML formatted publish/subscribe commands in RFH2 headers. Try using the V1 structure (name/value pairs).
You can find how to do this in the Publish/Subscribe manual on IBM's website.
HTH _________________ Regards
John
The pain of low quaility far outlasts the joy of low price.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum