Retrieves JMS messages from the queue specified in the enclosed SQL-Select filter string.

<jrun:getmsg msgsrc=”queue connection factory”
	[username=”user”] [password=”password”]
	[id=”variable name to hold the messages”]
	[scope=”scope”]>
Select *|[property name,]+ from {queue} where {valid JMS message selector string}
</jrun:getmsg>