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 MessageHubProducer
MXException
public void beginTX()
public void sendMessage(Message msg) throws MXException
sendMessage
in interface MessageHubProducer
MXException
public void close()
close
in interface MessageHubProducer
public void commit() throws MXException
commit
in interface MessageHubProducer
MXException
public void rollback() throws MXException
rollback
in interface MessageHubProducer
MXException