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)
protected <T extends Serializable> T receiveInTransactionNoWait(javax.jms.Queue queue, String propertyName, String propertyValue)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.