Package | Description |
---|---|
org.hornetq.jms.client |
Implementation of the JMS API.
|
Modifier and Type | Class and Description |
---|---|
class |
HornetQXAConnection
HornetQ implementation of a JMS XAConnection.
|
Modifier and Type | Method and Description |
---|---|
protected HornetQConnection |
HornetQConnectionFactory.createConnectionInternal(String username,
String password,
boolean isXA,
int type) |
Constructor and Description |
---|
HornetQMessageProducer(HornetQConnection jbossConn,
ClientProducer producer,
HornetQDestination defaultDestination,
ClientSession clientSession) |
HornetQSession(HornetQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
ClientSession session,
int sessionType) |
HornetQXASession(HornetQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
ClientSession session,
int sessionType) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.