public class IMHProducer extends java.lang.Object implements MessageHubProducer
| Constructor and Description |
|---|
IMHProducer(java.util.Properties producerProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTX() |
void |
close() |
void |
commit() |
java.util.Map |
getConnectionMetaData() |
boolean |
isValid() |
void |
rollback() |
void |
sendMessage(Message msg) |
public IMHProducer(java.util.Properties producerProperties)
throws MXException
MXExceptionpublic java.util.Map getConnectionMetaData()
throws MXException
getConnectionMetaData in interface MessageHubProducerMXExceptionpublic void beginTX()
public void sendMessage(Message msg) throws MXException
sendMessage in interface MessageHubProducerMXExceptionpublic void close()
close in interface MessageHubProducerpublic void commit()
throws MXException
commit in interface MessageHubProducerMXExceptionpublic void rollback()
throws MXException
rollback in interface MessageHubProducerMXExceptionpublic boolean isValid()
isValid in interface MessageHubProducer