|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JVM management of a Java node |
« View previous topic :: View next topic » |
Author |
Message
|
anupamsharma |
Posted: Thu Jan 08, 2004 6:36 am Post subject: JVM management of a Java node |
|
|
Newbie
Joined: 29 Dec 2003 Posts: 5
|
Hi,
As part of experimenting with the Java Node, I was wondering if anyone knows of any documents that talk about the JVM management of WMQI.
Basically, when a java node is added to a message flow, how does WMQI allocate memory to this node? What happens if, I want to use this java node in other message flows, in the same broker? Does the broker allocate separate memory to this node everytime it is added to a flow, or does it maintain just one memory location for this node, no matter how many instances you create.
Thanks.
Anupam |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jan 08, 2004 8:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I don't remember all the details myself, but I'm pretty sure this is discussed in the Programming Guide. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kirani |
Posted: Thu Jan 08, 2004 7:03 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
An instance of a node is shared between all the threads that will run the containing message flow. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
anupamsharma |
Posted: Fri Jan 09, 2004 7:40 am Post subject: |
|
|
Newbie
Joined: 29 Dec 2003 Posts: 5
|
If an instance of a node is shared between all the threads that will run the containing message flow, does this mean that if I have two copies of the Java Node in one message flow, they will be sharing the same instance.
I have noticed that every time you deploy the message flow containing the java node, the java node is initialized again. |
|
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
|
|
|
|