give a example:
customer A tranfer money 100 from account Acc1 to Acc2 use case
we can use jms to implement this use case.because......(think yourself)
When customer A done the operation..
Sender:program part that send the request to the JMS server
Receiver:program part that listen the JMS server queue or publisher.if receive the message.then base on the message, complete the transfer request.
JMS server: help to put the request in queue or publisher, and wait for the receiver to consume.