public abstract class MDBBlacktieService extends BlackTieService implements javax.jms.MessageListener
| Modifier | Constructor and Description |
|---|---|
protected |
MDBBlacktieService(String name)
This will allow the connection factory to be failed
|
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(javax.jms.Message message)
The onMessage method formats the JMS received bytes message into a format understood by the XATMI API.
|
getName, init, processMessageprotected MDBBlacktieService(String name) throws org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException
name - org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationExceptionpublic void onMessage(javax.jms.Message message)
onMessage in interface javax.jms.MessageListenermessage - The message received wrapping an XATMI invocationCopyright © 2019 JBoss by Red Hat. All rights reserved.