[
https://jira.jboss.org/jira/browse/JBAS-6687?page=com.atlassian.jira.plug...
]
Emanuel Muckenhuber commented on JBAS-6687:
-------------------------------------------
i can see listAllMessages with one String parameter. You are right, there is no
listMessages - as this does not exist on the underlying TopicService.
Missing managed operations for JMS Queues
-----------------------------------------
Key: JBAS-6687
URL:
https://jira.jboss.org/jira/browse/JBAS-6687
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Reporter: Charles Crouch
Assignee: Emanuel Muckenhuber
In JBAS4 with JBossMessaging deployed the console has the listMessages, listAllMessages,
listNonDurableMessages and listDurableMessages operations defined for a JMS Queue which
all take:
<parameters>
<c:simple-property name="selector"
displayName="Selector" required="false"/>
</parameters>
In JBAS5 the managed object for a JMS Topic exposes the operations below which take
parameters. Note we're missing listMessages and listAllMessages.
<service name="Queue JMSDestination">
<operation name="listDurableMessages" displayName="List Durable
Messages" description="List all durable mesages using a selector">
<parameters>
<c:simple-property required="false" name="arg#0"/>
</parameters>
<results>
<c:notes>List all durable mesages using a selector</c:notes>
<c:list-property name="result">
<c:map-property required="false" name="element"/>
</c:list-property>
</results>
</operation>
<operation name="listNonDurableMessages" displayName="List Non Durable
Messages" description="List all non durable mesages using a selector">
<parameters>
<c:simple-property required="false" name="arg#0"/>
</parameters>
<results>
<c:notes>List all non durable mesages using a selector</c:notes>
<c:list-property name="result">
<c:map-property required="false" name="element"/>
</c:list-property>
</results>
</operation>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira