If you want something you never had do something which you had never done
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
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.