public abstract class AbstractJMSMessageConsumer extends Object
| Constructor and Description |
|---|
AbstractJMSMessageConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Serializable> |
receiveInTransactionNoWait(javax.jms.Queue queue)
Allows to receive message from queue in non-blocking way
|
protected <T extends Serializable> |
receiveInTransactionNoWait(javax.jms.Queue queue,
String propertyName,
String propertyValue)
Allows to receive selected message from queue in non-blocking way.
|
protected <T extends Serializable> T receiveInTransactionNoWait(javax.jms.Queue queue)
T - given typequeue - the queue to read fromprotected <T extends Serializable> T receiveInTransactionNoWait(javax.jms.Queue queue, String propertyName, String propertyValue)
T - given typequeue - the queue to read frompropertyName - field we are interested inpropertyValue - value of interestCopyright © 2016 JBoss by Red Hat. All Rights Reserved.