Author |
Message
|
TCV |
Posted: Fri Dec 19, 2003 6:55 am Post subject: XMIT Queue |
|
|
Apprentice
Joined: 21 Aug 2003 Posts: 48
|
Hi ,
Can multiple sender channels from a QM use the same XMIT queue?
Thanks
TCV  |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Dec 19, 2003 8:35 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
|
Back to top |
|
 |
mqquester |
Posted: Fri Dec 19, 2003 8:49 am Post subject: |
|
|
Apprentice
Joined: 27 Nov 2003 Posts: 35
|
I remember you can define multiple send channels on one XMIT queue, but only one channel is available at a time. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Dec 19, 2003 8:57 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
True but dangerous, because you never know when you may need to start both channels with the same XMIT queue.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
TCV |
Posted: Fri Dec 19, 2003 9:05 am Post subject: HI |
|
|
Apprentice
Joined: 21 Aug 2003 Posts: 48
|
Shall the multiple channels to be pointed to a single port on the recieving side or each channel should tpoint to a diffrent port on the recieving end??
Thanks
TCV |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Dec 19, 2003 9:17 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
I would strongly suggest that you use separate XMITQs for each sender channel. i.e. 1 XMITQ per sender channel.
I really don't see the point of defining 2 sender channels that use the same XMITQ that point to the same hostname/port. You accomplish nothing by this (this will not solve any failure issues if that is where you are going).
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
TCV |
Posted: Fri Dec 19, 2003 9:25 am Post subject: HI |
|
|
Apprentice
Joined: 21 Aug 2003 Posts: 48
|
There are some stupid clients eating my brainsout with their silly ideas.
My question is can multiple SDR channels point to same recieving port and all keep transmiting messages simultaniously.(Each SDR channel is using a seperate XMIT queue) |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Dec 19, 2003 9:44 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
If you mean multiple sender channels be sending data to the same queue manager yes you can but there will have to be a reciever channel for each sender channel.
In other words the channels need to be defined in pairs
SDR1------>RCVR1
SDR2------>RCVR2 _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Dec 19, 2003 9:47 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Sure, that is standard MQ stuff. But we are talking about uniquely named channels, right.
Regards,
Roger Lacroix
P.S. Jeff posted while I typed this and then the phone rang before I clicked submit. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
TCV |
Posted: Fri Dec 19, 2003 9:51 am Post subject: Hi |
|
|
Apprentice
Joined: 21 Aug 2003 Posts: 48
|
I understand SDR1,SDR2 can send messages to the same QM.
My question is in the CONAME(xxxx(1414))
can the port number be the same for both channels or it has to be diffrent?? Because both channels will be sending diffrent messages simultaniously to the same QM.
Thanks
TC  |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Dec 19, 2003 9:55 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Sending to the same port number is not an issue, We have 15 to 20 connections at any one time to the same port on our broker box.
And when we have load tested we have had upto 125 connections _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Dec 19, 2003 9:56 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
The answer is YES as long as you comply with what Jeff and I have posted.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|