Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What does the jmqrun program do?

jmqrun program
0
Posted

What does the jmqrun program do?

0

This program invokes a JVM with the appropriate parameters for JMS clients on the command line. This includes setting the correct CLASSPATH and various system properties. Running jmqrun is equivalent to invoking java directly with this command line: java -DORBDefaultInitRef=iioploc://localhost:53506 \ -Djava.naming.factory.object=com.sssw.jms.naming.JMQObjectFactory \ -Djava.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory \ -Dorg.omg.CORBA.ORBClass=com.sssw.jbroker.ORBLite \ -Dorg.omg.CORBA.ORBSingletonClass=com.sssw.jbroker.orb.SingletonORB \ -Djavax.rmi.CORBA.StubClass=com.sssw.jbroker.rmi.StubDelegate \ -Djavax.rmi.CORBA.UtilClass=com.sssw.jbroker.rmi.UtilDelegate \ -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sssw.jbroker.rmi.PortableRemoteObjectDelegate \ -classpath [parameters] The JMS server’s port information is derived from the msgsvc.properties file. The two naming syste

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123