public class JMSConsumerInfo extends Object
JMSServerControl.listConsumersAsJSON(String)
and related methods.Modifier and Type | Method and Description |
---|---|
static JMSConsumerInfo[] |
from(String jsonString)
Returns an array of SubscriptionInfo corresponding to the JSON serialization returned
by
TopicControl.listAllSubscriptionsAsJSON() and related methods. |
String |
getConnectionID() |
String |
getConsumerID() |
long |
getCreationTime() |
String |
getDestinationName() |
String |
getDestinationType() |
String |
getFilter() |
boolean |
isBrowseOnly() |
boolean |
isDurable() |
public static JMSConsumerInfo[] from(String jsonString) throws Exception
TopicControl.listAllSubscriptionsAsJSON()
and related methods.Exception
public String getConsumerID()
public String getConnectionID()
public String getDestinationName()
public String getDestinationType()
public boolean isBrowseOnly()
public long getCreationTime()
public boolean isDurable()
public String getFilter()
Copyright © 2016 JBoss by Red Hat. All rights reserved.