Author |
Message |
Topic: Message Flow deployment and Execution Group |
meenakshi
Replies: 5 Views: 6664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 18, 2006 8:27 pm Subject: Message Flow deployment and Execution Group |
Hi,
Are you able to see the execution group "default" in the toolkit ? If default is giving an error is it worthwhile to create another execution group just so that we can be sure there i ... |
Topic: AMQ9228: The TCP/IP responder program could not be started. |
meenakshi
Replies: 4 Views: 5227
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Dec 28, 2005 2:59 am Subject: AMQ9228: The TCP/IP responder program could not be started. |
Hi,
Are you using a SVRCONN channel? How are you connecting to remote queue manager ? Is the listner at the remote end running ?
Did you check the error logs at the remote end ? |
Topic: AMQ9228: The TCP/IP responder program could not be started. |
meenakshi
Replies: 4 Views: 5227
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Dec 26, 2005 9:45 pm Subject: AMQ9228: The TCP/IP responder program could not be started. |
Hi,
I think the error messages previous to this in the error logs could give you more information on the error.
You can also check the error messages at the remote end.
Ensure that the channel i ... |
Topic: MQ Connection giving 2195 |
meenakshi
Replies: 1 Views: 17742
|
Forum: IBM MQ API Support Posted: Mon Dec 26, 2005 4:38 am Subject: MQ Connection giving 2195 |
Hi All,
I am connecting to a queue manager , using the java api and client bindings.
The queue manager is down and I am getting this error 2195.
----------- snip --------------
MQJE001: An MQEx ... |
Topic: Propagate and Transaction Question |
meenakshi
Replies: 5 Views: 4517
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 20, 2005 3:01 am Subject: Propagate and Transaction Question |
Hi,
It is possible for you to rollback your entire transaction so far.
1) Wire the failure terminal of the input node to a failure queue. The original message is put to the failure queue and all ... |
Topic: How to remotely backup the messages in localqueues of RQMGR? |
meenakshi
Replies: 2 Views: 2280
|
Forum: General IBM MQ Support Posted: Tue Nov 15, 2005 5:52 am Subject: How to remotely backup the messages in localqueues of RQMGR? |
Like you are using amqsputc which is the client executable, you can use amqsbcgc/amqsgetc to browse/get the messages and store them into a file.
In terms of server executables, you can put to a remo ... |
Topic: How to make the [b]channels up and Running all the Times[/b. |
meenakshi
Replies: 8 Views: 5954
|
Forum: General IBM MQ Support Posted: Tue Nov 15, 2005 5:32 am Subject: How to make the [b]channels up and Running all the Times[/b. |
Setting of the DISCINT attribute of the channel to 0 will not disconnect the channel. I would suggest trigger starting your channels when a message arrives on the transmission queue. This way you can ... |
Topic: amqxcs2.dll ? |
meenakshi
Replies: 1 Views: 2532
|
Forum: IBM MQ API Support Posted: Tue Jul 26, 2005 11:40 pm Subject: amqxcs2.dll ? |
Well you can find the file in the MQBIN directory (MQ Installation directory\bin) where you have installed WMQ. After WMQ installation the PATH is automatically updated with the MQBIN directory. I gue ... |
Topic: Problem with the MQMD field |
meenakshi
Replies: 5 Views: 3363
|
Forum: General IBM MQ Support Posted: Mon Jul 25, 2005 6:16 am Subject: Problem with the MQMD field |
Thanks a lot,
I guess i will go with option 3 itself. Indeed the easier way out, is to do an intelligent compare. I was just checking if there was any other possible solution.
Thanks for your an ... |
Topic: Problem with the MQMD field |
meenakshi
Replies: 5 Views: 3363
|
Forum: General IBM MQ Support Posted: Mon Jul 25, 2005 5:32 am Subject: Problem with the MQMD field |
Yes,
I am trying two compare the messages on the two queues. The compare fails as the MQMD is not matching because the PutApplName for one of them is null terminated and the other is blank padded. ... |
Topic: Problem with the MQMD field |
meenakshi
Replies: 5 Views: 3363
|
Forum: General IBM MQ Support Posted: Mon Jul 25, 2005 2:57 am Subject: Problem with the MQMD field |
Hi,
I have built a custom application to put messages on a queue. I am using MQMD set to MQMD_DEFAULT. The application is built with "mqm" to produce a server executable and "mqic" to produce a cli ... |