|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientSessionFactory | |
---|---|
org.hornetq.api.core.client | Core Client Messaging API. |
org.hornetq.api.jms | API to create HornetQ JMS resources. |
Uses of ClientSessionFactory in org.hornetq.api.core.client |
---|
Methods in org.hornetq.api.core.client that return ClientSessionFactory | |
---|---|
ClientSessionFactory |
ClientSessionFactory.copy()
Creates a copy of this factory. |
static ClientSessionFactory |
HornetQClient.createClientSessionFactory()
Creates a ClientSessionFactory using all the defaults. |
static ClientSessionFactory |
HornetQClient.createClientSessionFactory(ClientSessionFactory other)
Creates a new ClientSessionFactory using the same configuration as the one passed in. |
static ClientSessionFactory |
HornetQClient.createClientSessionFactory(List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
Creates a ClientSessionFactory using a List of TransportConfigurations and backups. |
static ClientSessionFactory |
HornetQClient.createClientSessionFactory(String discoveryAddress,
int discoveryPort)
Creates a ClientSessionFactory that uses discovery to connect to the servers. |
static ClientSessionFactory |
HornetQClient.createClientSessionFactory(TransportConfiguration connectorConfig)
Creates a ClientSessionFactory using the TransportConfiguration of the server to connect to. |
static ClientSessionFactory |
HornetQClient.createClientSessionFactory(TransportConfiguration connectorConfig,
TransportConfiguration backupConnectorConfig)
Creates a ClientConnectionFactory using a TransportConfiguration of the server and a backup if needed. |
Methods in org.hornetq.api.core.client with parameters of type ClientSessionFactory | |
---|---|
static ClientSessionFactory |
HornetQClient.createClientSessionFactory(ClientSessionFactory other)
Creates a new ClientSessionFactory using the same configuration as the one passed in. |
Uses of ClientSessionFactory in org.hornetq.api.jms |
---|
Methods in org.hornetq.api.jms with parameters of type ClientSessionFactory | |
---|---|
static org.hornetq.jms.client.HornetQConnectionFactory |
HornetQJMSClient.createConnectionFactory(ClientSessionFactory sessionFactory)
Creates a HornetQConnectionFactory using the ClientSessionFactory for its underlying connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |