Author |
Message
|
kevin_22 |
Posted: Fri May 12, 2006 1:06 am Post subject: [SOLVED]MQOutput node QM name |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Hi,
I need to make use of the QM in the QM name of the MQOutput Node,to which my config. mgr is not configured.
CONFIG_MGR is configured to QM1(Queue manager)
I need to put 'QM2' in the QM Name property in the MQOutput node.
For this i even kept the QM1 and QM2 in communication.
Even though it is not working ....what additional config. or changes i need to make......Plz. let me know..
Thanks,
Kevin 
Last edited by kevin_22 on Mon May 15, 2006 9:49 pm; edited 1 time in total |
|
Back to top |
|
 |
kspranava |
Posted: Fri May 12, 2006 1:50 am Post subject: |
|
|
 Centurion
Joined: 27 Apr 2003 Posts: 124
|
Hi,
Another option is to have a remote q in QM1 pointing to QM2. Is it mandatory in your case to provide QM name in o/p node?
Thanks,
Pranava. |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri May 12, 2006 2:31 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Hi ,
Thanks for the response. I checking out with the option. I remember in working with that in V5.0 . I am trying with the v6.0 at present.
Thanks,
kevin  |
|
Back to top |
|
 |
wschutz |
Posted: Fri May 12, 2006 2:37 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
kevin_22 wrote: |
Hi ,
Thanks for the response. I checking out with the option. I remember in working with that in V5.0 . I am trying with the v6.0 at present.
Thanks,
kevin  |
Maybe you should tell us what you mean by "not working"? Are you getting an error at the output node? _________________ -wayne |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri May 12, 2006 2:49 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Hi,
When i am keeping message in the input queue ,broker is not picking up the message.
I made QM1(which is config. to config. Mgr.) and QM2 in comm. by
QM1: QM2:
Tranmission Q= QM2 QM1
Sender channel= QM2 QM1
Receiver channel=QM1 QM2
The channels are in running state..............
Thanks,
Kevin |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri May 12, 2006 2:55 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
QM1:
Transmission Q: QM2
Sender channel:QM2
receiver channel:QM1
QM2:
Transmission Q:QM1
Sender channel:QM1
receiver channel:QM2 |
|
Back to top |
|
 |
wschutz |
Posted: Fri May 12, 2006 3:10 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
When i am keeping message in the input queue ,broker is not picking up the message. |
Please try to explain your problem clearly. What you wrote doesn't make sense to me.
Are you saying that the flow (running on QM1) is able to successfully put the message and its not arriving on QM2? Some basic diagnostic activities would be:
1. stop the channel from qm1 to qm2, run the flow and ensure a nw message arrives on the qm2 transmission queue
2. start the channel and check that the message sequence number is goes up when you run the flow
3. check you amqerr01.logs and dead letter queues _________________ -wayne |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri May 12, 2006 3:20 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Quote: |
Are you saying that the flow (running on QM1) is able to successfully put the message and its not arriving on QM2? Some basic diagnostic activities would be |
NO
My default QM is QM1. I configured my Configuration Manager to QM1. When i am keeping Queue manager property to QM1, the flow is working fine.
Now i got a bunch of queue created in my QM1.For sake of clarity i want to work with another Queue Manager.
Now i want my flows to work with QM2 not with the default QM(QM1).
When i kept Queue Manager property of Output Queue to QM2, the flow is not reacting.
Finally..I had made QM1 and QM2 in communication also
Thanks,
Kalyan |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri May 12, 2006 3:23 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Quote: |
When i kept Queue Manager property of Output Queue to QM2, the flow is not reacting |
When i kept Queue Manager property of MQOutput Node to QM2, the flow is not reacting |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 12, 2006 3:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can't use the MQOutput node to establish a client connection, just like you can't use the MQInput node to establish a client connection.
You have to establish normal MQ Intercommunication between the broker qm and any other qmgr that needs to exchange data with Broker by MQ. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri May 12, 2006 3:32 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Quote: |
You have to establish normal MQ Intercommunication between the broker qm and any other qmgr that needs to exchange data with Broker by MQ |
Yes, For that requirement i kept the Default QM(broker QM) QM1 and QM2 in communication and the way i kept them in comm. can be found in my previous post.
Thanks,
Kevin |
|
Back to top |
|
 |
kevin_22 |
Posted: Fri May 12, 2006 4:10 am Post subject: |
|
|
 Centurion
Joined: 08 Mar 2005 Posts: 100
|
Hi ,
I remember working with MB5.0 this concept worked fine. But i am not able to achive that in MB v6.0.
In MB 5.0, i had given QM2 as QM property in the QMOutput Node.
and made a intercommunication between QM1(broker QM) and QM2. And the flow started working fine.
Any ideas !!!!
Thanks,
Kevin  |
|
Back to top |
|
 |
Mensch |
Posted: Fri May 12, 2006 5:23 am Post subject: |
|
|
Disciple
Joined: 17 Jul 2005 Posts: 166
|
Hi
It should work in Mb 6.0 too
Could you please tell us how you have made two queue managers to communicate ..also what queues you are specifying in the node properties ...
Also tell us what error you are getting in system logs? _________________ Thanks and Regards ,
Mensch |
|
Back to top |
|
 |
Srinu |
Posted: Fri May 12, 2006 9:07 am Post subject: |
|
|
 Acolyte
Joined: 15 Jun 2005 Posts: 51
|
Hi kevin_22,
I worked out ur requirement. It's working in MB6.0 also.
Cheers
Srinu |
|
Back to top |
|
 |
EddieA |
Posted: Fri May 12, 2006 9:27 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
In MB 5.0, i had given QM2 as QM property in the QMOutput Node.
and made a intercommunication between QM1(broker QM) and QM2. And the flow started working fine. |
OK, I think I understand what you have set up. So:
wschutz wrote: |
Maybe you should tell us what you mean by "not working"? Are you getting an error at the output node? |
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|