Author |
Message
|
oli |
Posted: Fri Feb 23, 2007 1:52 am Post subject: MB 6.0 JVM properties |
|
|
Acolyte
Joined: 14 Jul 2006 Posts: 68 Location: Germany
|
Hi all,
we think about using JMX within the Message Broker JVM. Therfore it's necessary to set certain JVM properties such as -Dcom.sun.management.jmxremote or others.
I couldn't find anything about that issue within the documentation.
Does anybody how to set JVM properties for the broker JVM?
Does anybody use JMX within the broker JVM?
Thanks,
Oli |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Feb 23, 2007 3:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What are you trying/thinking of using JMX for? Remember, also, that every ExecutionGroup has it's own JVM - there isn't a "broker" JVM.
There is an environment variable, IBM_JAVA_OPTIONS or some such.
If you search here you should find some hints on that. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
oli |
Posted: Mon Feb 26, 2007 1:19 am Post subject: |
|
|
Acolyte
Joined: 14 Jul 2006 Posts: 68 Location: Germany
|
We are trying to use JMX to change log levels at runtime. It's clear that there is no broker JVM and I think therefore the environment variable IBM_JAVA_OPTIONS is not very useful as it seems to be global and not per Execution Group. |
|
Back to top |
|
 |
au@kosa |
Posted: Tue Feb 27, 2007 2:30 am Post subject: |
|
|
 Centurion
Joined: 04 Jan 2007 Posts: 103 Location: pune
|
Hi jefflowrey,
Just want to know more about JVM for execution group.
Quote: |
Remember, also, that every ExecutionGroup has it's own JVM - there isn't a "broker" JVM. |
I did not get from your above statement. _________________ Regards,
au@kosa
IBM Certified SOA Solution Designer/Associate |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 27, 2007 4:34 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Every execution group has it's own JVM, there is not one JVM that is shared by all execution groups defined to a particular broker. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
au@kosa |
Posted: Tue Feb 27, 2007 11:23 pm Post subject: |
|
|
 Centurion
Joined: 04 Jan 2007 Posts: 103 Location: pune
|
Thanks Jefflowrey for your reply,
Still i am not convinced. Is that still valid for MB V6.0?
When i am debugging a java code, i am using the command mqsichangeproperties. Here, i am giving Broker JVM and a port number as an argument along with execution group name. To subsequently debug another flow with a JCN node in a different execution group we will again use
masichangeproperties Broker JVM, execution group name, a different port number.
I am not able to understand where i am mentioning a different JVM for execution group.
I searched on the infocenter, i did not get more information on this. Do have any link where it talked about separate JVM's for execution group, please provide it to me.
Regards,
Amit Upadhyaya |
|
Back to top |
|
 |
tongai |
Posted: Tue Apr 24, 2007 7:06 am Post subject: |
|
|
Newbie
Joined: 31 Jan 2006 Posts: 6 Location: Germany
|
I just came across this while checking IBM message broker V6.0 documentation with regard to the JVM <http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac55030_.htm>
I hope this answers your question.
Regards! _________________ fire!!! |
|
Back to top |
|
 |
|