cancel
Showing results for 
Search instead for 
Did you mean: 

Scenarios using Sender JMS adapter and Reciver JMS adapter

Former Member
0 Kudos

Hi All,

I am not able to find god step by step blog on senderJMS adapter and Receiver JMS adapter.

also please explain when we use JMS.What does a messng system means?please provide some examples.

Thanks and regards

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Hey, have you searched on SDN for the material. Just write "JMS Sender" and search in Library or Blog category. You will find all related data.

Regards,

Prateek

Former Member
0 Kudos

hi prateek,

I didnt find such material thats why I post this thread.

Can u help me with providing me a blog contaning JMS-JMS Scenario?

please help me

Edited by: Kshitiz Goyal on Dec 28, 2008 7:09 PM

Former Member
0 Kudos

Hi Goyal,

Messaging System :

Messaging system allows separate, uncoupled applications to reliably communicate asynchronously. The messaging system architecture generally replaces the client/server model with a peer-to-peer relationship between individual components, where each peer can send and receive messages to and from other peers.

Go thru this you will get better idea :

http://java.sun.com/developer/technicalArticles/Networking/messaging/

JMS adapter (Java Message Service) enables you to connect messaging systems to the Integration Engine or the PCK.

regards

Ganga