[jboss-jira] [JBoss JIRA] Commented: (JBAS-6687) Missing managed operations for JMS Queues
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Fri Mar 27 09:06:23 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12459367#action_12459367 ]
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
More information about the jboss-jira
mailing list