aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes what is inbound in jms? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "what is inbound in jms?" Watch "what is inbound in jms?" New topic
Author

what is inbound in jms?

RaviNada Kiran
Ranch Hand

Joined: Jan 30, 2009
Posts: 528

Why is the term inbound is related with JMS ?

what is meant by inbound in jms ?

Thanks in advance


If you want something you never had do something which you had never done
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
The term "inbound", when used in the context of two applications (client/server) communicating via JMS messages, refers to the client application sending a message to the server application.

In other words, the message that is sent from the client application is referred to as an "inbound" message. The message that is sent from the server application to the client application is referred to as an "outbound" message.
RaviNada Kiran
Ranch Hand

Joined: Jan 30, 2009
Posts: 528
Thanks for your explanation.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: what is inbound in jms?
 
Similar Threads
Protocol conversion from SOAP/JMS to SOAP/HTTP using WAS 6.0
Synchronous processing - Challenge
Can we use JMS messaging for inbound connection barred Server?
Pause and listener
What is JMS?