-
JMS messaging to a desktop Java client
Hi,
I would like to know if it is possible to do JMS messaging between an app
server (supporting JMS of course) and a desktop Java client written in Java.
I suppose this would mean that the desktop client needs to have a JMS provider.
I'm totally new enterprise development, so I appreciate any information
any of you can provide me.
Thanks,
Sonny
-
Re: JMS messaging to a desktop Java client
To Access the JMS you need to have the jms jar file in your client's classpath.
You can contact any JMS server for the messages in the server. You can
look into your JMS vendor document for how to connect to the JMS. Only thing
you need is the JNDI properties to connect the JMS server.
"ssukumar" <ssukumar@ucla.edu> wrote:
>
>
>Hi,
>
>I would like to know if it is possible to do JMS messaging between an app
>server (supporting JMS of course) and a desktop Java client written in Java.
> I suppose this would mean that the desktop client needs to have a JMS provider.
> I'm totally new enterprise development, so I appreciate any information
>any of you can provide me.
>
>Thanks,
>
>Sonny
-
Re: JMS messaging to a desktop Java client
Hi,
Yes, this is possible. Softwired has developed a light-weight JMS
client, which runs atop various communication protocols:
http://www.softwired-inc.com/products/products.html
Silvano
"ssukumar" <ssukumar@ucla.edu> wrote:
>
>
>Hi,
>
>I would like to know if it is possible to do JMS messaging between an app
>server (supporting JMS of course) and a desktop Java client written in Java.
> I suppose this would mean that the desktop client needs to have a JMS provider.
> I'm totally new enterprise development, so I appreciate any information
>any of you can provide me.
>
>Thanks,
>
>Sonny
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|