-
-
Notifications
You must be signed in to change notification settings - Fork 7
Example receiver report
Dannes Wessels edited this page Dec 8, 2013
·
2 revisions
(:
: Example: show information about all receivers
:)
xquery version "3.0";
import module namespace jms="http://exist-db.org/xquery/messaging"
at "java:org.exist.messaging.xquery.MessagingModule";
for $id in jms:list()
return
jms:report($id)