Author |
Message
|
LearnMQSI |
Posted: Sat Dec 31, 2005 10:13 pm Post subject: Can a subflow from different Broker be call? |
|
|
 Centurion
Joined: 20 Aug 2002 Posts: 137
|
Hi All,
One of my message flow is working fine under lets say "broker1".
I have a subflow sitting in a broker2.
Can I call this subflow in my message flow under broker1?
Thank you in advance for all your ideas _________________ IBM Certified System Administrator - WebSphere MQ 5.3 |
|
Back to top |
|
 |
mqmatt |
Posted: Sun Jan 01, 2006 5:08 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
No. Brokers don't actually have the concept of subflows - they are flattened out during the compilation step.
You would need to deploy the subflow inside a flow on the second broker, or define an external interface which the second broker could use to somehow activate the subflow.
HTH
-Matt |
|
Back to top |
|
 |
LearnMQSI |
Posted: Sun Jan 01, 2006 10:03 pm Post subject: |
|
|
 Centurion
Joined: 20 Aug 2002 Posts: 137
|
Hi HTH,
Thank you so much for your quick response. It does help me.
Thank you again, _________________ IBM Certified System Administrator - WebSphere MQ 5.3 |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Jan 04, 2006 7:41 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
That's good to hear.
By the way - HTH = Hope This Helps.
I really ought to stop TIA...
-Matt |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jan 04, 2006 9:33 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Oh, quit with the TLAs.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|