Author |
Message
|
mpalmer |
Posted: Fri Sep 20, 2002 11:32 am Post subject: Basic Channel Question |
|
|
Novice
Joined: 25 Mar 2002 Posts: 24 Location: New Jersey, USA
|
I have two application spoke qmgrs and my MQ hub in between. Say QMA & QMC are the app spokes & QMB is my MQ Hub. This flow is only 1 way, QMA -> QMB -> QMC. I do not want QMC to send messages back to QMB to QMA. Can I define only a sender channel from QMB to QMC? I am trying to verify that I do not need a receiver channel from QMC back to QMB. Thanks for your help. |
|
Back to top |
|
 |
muralidhar |
Posted: Fri Sep 20, 2002 12:58 pm Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2002 Posts: 50
|
Your question sounds like QMA and QMC are MQSeries objects. But at the begining of the question, you mentioned them as applications. If QMC is a queue manager, for your requirement you can just define a sender channel on QMB and corresponding receiver channel on QMC. Based on your requirement, you can define different kinds of channel pairs. Message flow between channels is always oneway. If you want to transmit message on the other direction, another set of channels should be defined.
Hope this works for you.
Murali |
|
Back to top |
|
 |
Ratan |
Posted: Fri Sep 20, 2002 1:44 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
QMC will need a receiver channel on its end to recieve messages for QMB.
I think you need to detail it a little more for us to understand what you are trying to do.
-Laze |
|
Back to top |
|
 |
mpalmer |
Posted: Mon Sep 23, 2002 4:30 am Post subject: |
|
|
Novice
Joined: 25 Mar 2002 Posts: 24 Location: New Jersey, USA
|
I guess what I am asking is do I need both a sender AND a receiver channel between two queue managers, or can I just define a one-way sender channel between the two? I do not want two way message flow, just one way. |
|
Back to top |
|
 |
vennela |
Posted: Mon Sep 23, 2002 5:16 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If I understand your mind set correctly:
A SENDER channel on a QueueManager means it's only one end of the channel. It should have a complimentary channel on the other QueueManager to have the messages flowing.
If you define a SENDER channel on QMB and a RECEIVER channel on QMC it's ONE channel and not TWO.
---
Venny |
|
Back to top |
|
 |
mpalmer |
Posted: Mon Sep 23, 2002 5:33 am Post subject: |
|
|
Novice
Joined: 25 Mar 2002 Posts: 24 Location: New Jersey, USA
|
Yes, that is it. Thanks for your help. |
|
Back to top |
|
 |
mgrabinski |
Posted: Mon Sep 23, 2002 11:40 pm Post subject: |
|
|
Master
Joined: 16 Oct 2001 Posts: 246 Location: Katowice, Poland
|
an MQ channel is one-way, two ends object _________________ Marcin Grabinski <>< |
|
Back to top |
|
 |
|