|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Caching between EG's in WMB 7003 other than cache node |
« View previous topic :: View next topic » |
Author |
Message
|
wmb_wps_soa |
Posted: Fri Dec 09, 2011 12:26 pm Post subject: Caching between EG's in WMB 7003 other than cache node |
|
|
Acolyte
Joined: 19 Feb 2010 Posts: 65 Location: Detroit,Michigan,USA.
|
I am trying to find it if there is any way for sharing the variable between execution groups that are running on the same broker other than Cache node (since its not supported by IBM), DB (since its expensive).
I thought we could do this by using the queue, then later decided not to go with that as it may get into loop if the message not deleted from the queue somehow.
Can you guys please suggest if there is any better way in achieving this?
Thank you!! |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Dec 09, 2011 1:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
mqjeff |
Posted: Fri Dec 09, 2011 1:34 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
Yes, and has been discussed ALOT here. Singletons, solidDB, Web Services are a few examples. |
But they're all custom solutions, there isn't an inbuilt solution. |
|
Back to top |
|
 |
Archu |
Posted: Mon Dec 12, 2011 4:14 am Post subject: |
|
|
Novice
Joined: 17 Jun 2011 Posts: 16
|
Hi,
Is it just sharing a variable between Multiple Execution Groups in same Broker? Then we do have a shared variable concept.
Declare a variable as shared one & initialize it. This variable can be used across broker. Also it can be assigned different values from any flow.
These variables will be accessible across broker But each message flow will have a local copy of this variable with certain value corresponding to the message flow.
Is this helpful or did I misunderstood the question itself? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Dec 12, 2011 7:46 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Archu wrote: |
Is this helpful or did I misunderstood the question itself? |
ESQL Shared variables are only 'shared' within the same EG. They are defined in all EGs that deploy the ESQl code that defines the shared variable, but they have different values in each EG. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|