ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » JMS and Microsoft

Post new topic  Reply to topic
 JMS and Microsoft « View previous topic :: View next topic » 
Author Message
yanis97
PostPosted: Wed Sep 20, 2006 6:54 am    Post subject: JMS and Microsoft Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Wed Sep 20, 2006 6:58 am    Post subject: Reply with quote

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
View user's profile Send private message
yanis97
PostPosted: Wed Sep 20, 2006 8:19 am    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Wed Sep 20, 2006 9:08 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » JMS and Microsoft
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.