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<java.lang.String,java.lang.Object> |
getConnectionMetaData() |
void |
rollback() |
void |
sendMessage(Message msg) |
public java.util.Map<java.lang.String,java.lang.Object> 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 MessageHubProducerMXException