You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
hi
there is one interface (Message Listener) in JMS Api. It contains only one method called "onMessage(msg)", from this method u can reterive the msg from the other.
You can use the JMS APIs , either by using QueueConnectionFactory if use a MQ or else you can go for a TopicConnectionFactory to get the same.
So how do you want to do that