|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JMS and Microsoft |
« View previous topic :: View next topic » |
Author |
Message
|
yanis97 |
Posted: Wed Sep 20, 2006 6:54 am Post subject: JMS and Microsoft |
|
|
Newbie
Joined: 20 Sep 2006 Posts: 2
|
Hi;
I seek a powerful product (paying or not) to interface with a jms queue independently of server (WAS, Jboss, ...)
I have tested ActivreJMS but it is a small tool not adapted for production site (performance).
Aim its to be able starting from a env Microsoft (DLL or a exe) to send/receive msgs (Sync/async) on one or several JMS queues by disregarding provider Server.
Regards |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 20, 2006 6:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can run code that uses JMS inside any JVM.
JMS is *just* Java. So it can run anywhere Java can run, and any way Java can run.
JMS application code can be completely JMS provider-neutral (ActiveMQ, MSMQ, WebSphereMQ, SonicMQ, etc).
At runtime, a particular provider must be used, and all necessary resources for that provider must be available. In the case of WebSphere MQ, what this means is that you must have an MQ installed on the same machie, either a client or a server, and the WebSphere MQ JMS jars must be on the classpath.
You can use the "File Context" to provide JNDI for your JMS code outside of an application server.
There's tons of information on this available both in the "Java/JMS" forum here and in the Using Java manual of WebSphere MQ.
Happy learning! _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
yanis97 |
Posted: Wed Sep 20, 2006 8:19 am Post subject: |
|
|
Newbie
Joined: 20 Sep 2006 Posts: 2
|
Hi Jeff ;
I does not understand ?
"You can run code that uses JMS inside any JVM.
JMS is *just* Java. So it can run anywhere Java can run, and any way Java can run"
My code Java/JMS can run under any Server no pb, but how a dll (C/C++) can send of msg to my JMS Queue without be dependent on application server ? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 20, 2006 9:08 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can look at the XMS for C/C++ or XMS for .NET support packs for a dll/exe version. But you may have a bit more trouble binding that against other providers than WebSphere MQ- I haven't tried it.
Or your dll/exe can embed or run a JVM. _________________ I am *not* the model of the modern major general. |
|
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
|
|
|
|