Author |
Message
|
aradha |
Posted: Wed Jan 13, 2010 9:57 am Post subject: External variables |
|
|
Apprentice
Joined: 16 Dec 2008 Posts: 45
|
Can anybody clear diff b/w External variable & Shared Varible |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 13, 2010 10:23 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
External variables are like constants. They take the value at deployment and will not change.
Shared variables are shared between instances of the same flow... in the same eg?
Read up in the manual. It gives a clear definition of scope.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 13, 2010 10:36 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
in the same eg? |
Yes. Not any further. |
|
Back to top |
|
 |
mgk |
Posted: Wed Jan 13, 2010 12:44 pm Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
SHARED variables are only shared between instances of the same flow, so they are flow scoped rather than EG scoped.
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 13, 2010 12:52 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mgk wrote: |
SHARED variables are only shared between instances of the same flow, so they are flow scoped rather than EG scoped.
Regards, |
They are not shared between EGs either, even if the same flow is deployed to multiple EGs....
So they are both flow AND EG scoped.
Unless you've stuck in some hidden IPC stuff that you failed to document. |
|
Back to top |
|
 |
mgk |
Posted: Wed Jan 13, 2010 1:21 pm Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Quote: |
Unless you've stuck in some hidden IPC stuff that you failed to document |
Nope
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
aradha |
Posted: Wed Jan 13, 2010 10:53 pm Post subject: |
|
|
Apprentice
Joined: 16 Dec 2008 Posts: 45
|
Thanks to you all.......  |
|
Back to top |
|
 |
|