public interface InboundConsumerMBean
Modifier and Type | Method and Description |
---|---|
String |
getAckMode()
the session mode.
|
boolean |
getCloseDurSub()
for closing durable subscription
|
int |
getMaxWorks()
Maximum number of Work instances to be submitted (0 for infinite).
|
int |
getPoolSize()
Size of the pool of server sessions.
|
int |
getServerSessions()
Number of created server sessions.
|
String[] |
getSessions() |
String |
getSubName()
The durable subscription name, if provided.
|
boolean |
getTransacted()
true if message consumption occurs in a transaction. |
String getSubName()
boolean getTransacted()
true
if message consumption occurs in a transaction.int getMaxWorks()
String getAckMode()
boolean getCloseDurSub()
int getServerSessions()
int getPoolSize()
String[] getSessions()
Copyright © 2019 ScalAgent D.T.. All rights reserved.