| Package | Description |
|---|---|
| org.hawkular.bus.common |
| Modifier and Type | Field and Description |
|---|---|
static Endpoint |
Endpoint.TEMPORARY_QUEUE |
static Endpoint |
Endpoint.TEMPORARY_TOPIC |
| Modifier and Type | Method and Description |
|---|---|
ConsumerConnectionContext |
ConnectionContextFactory.createConsumerConnectionContext(Endpoint endpoint)
Creates a new consumer connection context, reusing any existing connection that might have already been created.
|
ConsumerConnectionContext |
ConnectionContextFactory.createConsumerConnectionContext(Endpoint endpoint,
String messageSelector)
Creates a new consumer connection context, reusing any existing connection that might have
already been created.
|
protected void |
ConnectionContextFactory.createDestination(ConnectionContext context,
Endpoint endpoint)
Creates a destination using the context's session.
|
ProducerConnectionContext |
ConnectionContextFactory.createProducerConnectionContext(Endpoint endpoint)
Creates a new producer connection context, reusing any existing connection that might have already been created.
|
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.