Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
Modifier and Type | Method and Description |
---|---|
protected IdGenerator |
JmsConnectionFactory.getClientIdGenerator() |
protected IdGenerator |
JmsConnectionFactory.getConnectionIdGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
JmsConnectionFactory.setClientIdGenerator(IdGenerator clientIdGenerator) |
protected void |
JmsConnectionFactory.setConnectionIdGenerator(IdGenerator connectionIdGenerator) |
Constructor and Description |
---|
JmsConnection(String connectionId,
Provider provider,
IdGenerator clientIdGenerator) |
JmsQueueConnection(String connectionId,
Provider provider,
IdGenerator clientIdGenerator) |
JmsTopicConnection(String connectionId,
Provider provider,
IdGenerator clientIdGenerator) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.