In sequence diagrams, how would you represent an event triggered listener? It is not just a regular method call, so displaying like that would not seem correct.
I try to make a sequence diagram of a system including a JMS listener. I could start the lifeline with the send() call of the system to the JMS queue (displaying the system calling send() as a business actor), or I could start the lifeline at the onMessage() call. (displaying JMS Queue as a business actor) Or should I just ignore the whole JMS Queue in the diagram?
For what it's worth: I'm using Astah Community to create the diagrams.