Interface InboundConsumerMBean
-
- All Known Implementing Classes:
InboundConsumer
public interface InboundConsumerMBeanMBean interface for InboundConsumer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAckMode()the session mode.booleangetCloseDurSub()for closing durable subscriptionintgetMaxWorks()Maximum number of Work instances to be submitted (0 for infinite).intgetPoolSize()Size of the pool of server sessions.intgetServerSessions()Number of created server sessions.String[]getSessions()StringgetSubName()The durable subscription name, if provided.booleangetTransacted()trueif message consumption occurs in a transaction.
-
-
-
Method Detail
-
getSubName
String getSubName()
The durable subscription name, if provided.
-
getTransacted
boolean getTransacted()
trueif message consumption occurs in a transaction.
-
getMaxWorks
int getMaxWorks()
Maximum number of Work instances to be submitted (0 for infinite).
-
getAckMode
String getAckMode()
the session mode.
-
getCloseDurSub
boolean getCloseDurSub()
for closing durable subscription
-
getServerSessions
int getServerSessions()
Number of created server sessions.
-
getPoolSize
int getPoolSize()
Size of the pool of server sessions.
-
getSessions
String[] getSessions()
-
-