ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Caching between EG's in WMB 7003 other than cache node

Post new topic  Reply to topic
 Caching between EG's in WMB 7003 other than cache node « View previous topic :: View next topic » 
Author Message
wmb_wps_soa
PostPosted: Fri Dec 09, 2011 12:26 pm    Post subject: Caching between EG's in WMB 7003 other than cache node Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Fri Dec 09, 2011 1:32 pm    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Yes, and has been discussed ALOT here. Singletons, solidDB, Web Services are a few examples.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Dec 09, 2011 1:34 pm    Post subject: Reply with quote

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
View user's profile Send private message
Archu
PostPosted: Mon Dec 12, 2011 4:14 am    Post subject: Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Mon Dec 12, 2011 7:46 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Caching between EG's in WMB 7003 other than cache node
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.