How does one depict synchronous JMS communication in sequence diagram?
Jesson Joy
Greenhorn
Joined: Aug 03, 2011
Posts: 3
posted
0
So I have an assignment to make synchronous JMS call to an external system, wait for response and then continue processing. While a synchronous blocking JMS(response/reply) model is in itself a little questionable, I'm struggling with how to show this in a sequence diagram?
Just wondering if your sequence flow contains a call to a web service should you handle in the same manner or should you just show a call to your object which calls the Web Service.
Thanks
Joe
subject: How does one depict synchronous JMS communication in sequence diagram?