Author |
Message
|
paatchu |
Posted: Wed Mar 28, 2007 8:24 pm Post subject: Remote Queue Testing issue |
|
|
Apprentice
Joined: 07 Sep 2006 Posts: 32
|
To Test Remote Queues........
I've set up the following things
1) Remote Q in One M/C,say A, & accordingly a Local Queue in m/c B.
2) Vice versa..a Local Q in M/c B & Remote definition in M/c A.
3) Also set-up a pair of SENDER & RECEIVER Channels on both sides.
( SENDER channel name is same as RECEIVER channel name on other end.)
3) MCA user for channel is set as user name of that computers
But the sender channel is always showing Retrying mode.?
My queries are...
1) How to send a Test message in Remote Q.
2) What more set ups are needed for testing the Remote Q.
pls help. _________________ Poetry with Programming
Last edited by paatchu on Wed Mar 28, 2007 9:23 pm; edited 1 time in total |
|
Back to top |
|
 |
kag |
Posted: Wed Mar 28, 2007 8:54 pm Post subject: |
|
|
Novice
Joined: 14 Mar 2007 Posts: 10
|
Are you working in Windows environment?
In Sender channel properties have you given the connection name of the other system correctly and also the port no (if it is not 1414).
if these parameters are correct then start channel and it should work. |
|
Back to top |
|
 |
kag |
Posted: Wed Mar 28, 2007 8:56 pm Post subject: |
|
|
Novice
Joined: 14 Mar 2007 Posts: 10
|
You can put the message into remote queue from command prompt
amqsput <remote queue name> <queue manager name> |
|
Back to top |
|
 |
paatchu |
Posted: Wed Mar 28, 2007 9:28 pm Post subject: MQOPEN error on other side's channel |
|
|
Apprentice
Joined: 07 Sep 2006 Posts: 32
|
Thanx kag.
now from one side i can put msgs.
But i tried the same set up on other side.
When i start the Sender channel on other side it says MQOPEN call failed. AMQ 4063
why this.? _________________ Poetry with Programming |
|
Back to top |
|
 |
kag |
Posted: Wed Mar 28, 2007 9:48 pm Post subject: |
|
|
Novice
Joined: 14 Mar 2007 Posts: 10
|
Can you check the log files and find what exactly is the error |
|
Back to top |
|
 |
paatchu |
Posted: Wed Mar 28, 2007 11:03 pm Post subject: |
|
|
Apprentice
Joined: 07 Sep 2006 Posts: 32
|
I created a SYSTEM.XMIT.QUEUE
and included it in the SENDER channel definitions..
Then i tried to start it says you specified a Queue is Not a Trnsmission Q AMQ 4068. _________________ Poetry with Programming |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 28, 2007 11:45 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Don't use SYSTEM. prefixes for transmission queues. You're better off (for reasons explained in the Intercommunication manual) to give it the same name as the queue manager it services.
If the channel status is retrying there's a problem with the connection. Check the connection name and ensure that you have a valid connection to the target machine's listener (telnet is probably your best bet).
These steps are documented. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
dgolding |
Posted: Wed Mar 28, 2007 11:47 pm Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
If you've got AMQ4068 then you haven't done usage(xmitq) in the queue you specified in your sender channel defintion |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Mar 29, 2007 11:24 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
if you have MQ 6.0.2 installed there is a detailed tutorial:
YourWMQDirectory\eclipse\plugins\com.ibm.mq.explorer.tutorials.doc_6.0.2.0\doc\bi00203_.htm
the index of the tutorials:
YourWMQDirectory\eclipse\plugins\com.ibm.mq.explorer.tutorials.doc_6.0.2.0\doc\bi00112_.htm _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
paatchu |
Posted: Thu Mar 29, 2007 8:49 pm Post subject: |
|
|
Apprentice
Joined: 07 Sep 2006 Posts: 32
|
Thanks All for ur valuable suggestions..
Problem has been solved.
dgolding was right...i should use usage(XMITQ). _________________ Poetry with Programming |
|
Back to top |
|
 |
|