Author |
Message
|
mitul |
Posted: Wed Nov 17, 2004 5:25 am Post subject: Questions regarding Sender Channels and Xmit Q |
|
|
Apprentice
Joined: 13 Jun 2002 Posts: 33
|
1. Can I have 2 remoteQ's in a Qmgr both using the same Sender channel..?
2. Can I have 2 Sender channels in a Qmgr both using the same Xmit Q
3. If I have 2 remoteQ's then having seperate set of Sender channels and xmit q's is logical ?
4. Currently I am trying with 2 seperate channels and different xmitq's
But when I try to start the channel's it gives me the following error -
11/17/04 15:32:51 Channel program started.
11/17/04 15:32:52 AMQ9506: Message receipt confirmation failed.
11/17/04 15:32:52 AMQ9999: Channel program ended abnormally.
Can anyone suggest me on what is going wrong here.
Thanks in advance.
regards,
mitul |
|
Back to top |
|
 |
KeeferG |
Posted: Wed Nov 17, 2004 5:54 am Post subject: |
|
|
 Master
Joined: 15 Oct 2004 Posts: 215 Location: Basingstoke, UK
|
1. Yes. Typically you will only have one channel between queue managers. All messages will flow down them. There are occasions where you might want more for different types of service. For example a fast channel for quasi real time info. a normal channel for regular messages and maybe an encrypted channel for special data.
2. Not sure on this one. Clustering certainly has multiple channels sharing the SYSTEM.CLUSTER.TRANSMIT.QUEUE but typically use one XMIT queue per channel
3. Again usually one channel is enough.
4. Not sure what wrong here without seeing you queue and channel definitions _________________ Keith Guttridge
-----------------
Using MQ since 1995 |
|
Back to top |
|
 |
JT |
Posted: Wed Nov 17, 2004 6:21 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
AMQ9506: Message receipt confirmation failed. |
Check the error logs on the receiving queue manager for details of the failure. |
|
Back to top |
|
 |
EddieA |
Posted: Wed Nov 17, 2004 10:00 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
2. No, for regular channels.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mitul |
Posted: Wed Nov 17, 2004 11:49 pm Post subject: |
|
|
Apprentice
Joined: 13 Jun 2002 Posts: 33
|
Thanks guys.
btw the problem mentioned in point 4 is solved.
I recreated the channel and it got solved.
I think some configuration parameters were incorrect. |
|
Back to top |
|
 |
|