-
-
Notifications
You must be signed in to change notification settings - Fork 7
Messaging
Dannes Wessels edited this page Dec 8, 2013
·
38 revisions
jms:send(
$content as item(), $jmsMessageProperties as map(*)?, $jmsConfiguration as map(*)
)[Example](Example send message)
jms:register(
$callback as function(*), $additionalParameters as item()*, $jmsConfiguration as map(*)
)handleMessage(
$content as item(), $additionalParameters as item()*,
$messageProperties as map(*), $jmsConfiguration as map(*)
)[Example](Example receive messages)
jms:list() as xs:string*jms:report($id as xs:string) as node()jms:start($id as xs:string)jms:stop($id as xs:string)jms:close($id as xs:string)