Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.spring |
Helper classes for working with the JMS client and Spring.
|
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.https |
A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.
|
org.apache.activemq.transport.wss |
Modifier and Type | Method and Description |
---|---|
static SslContext |
SslContext.getCurrentSslContext() |
SslContext |
BrokerService.getSslContext() |
Modifier and Type | Method and Description |
---|---|
static void |
SslContext.setCurrentSslContext(SslContext bs) |
void |
BrokerService.setSslContext(SslContext sslContext) |
Modifier and Type | Class and Description |
---|---|
class |
SpringSslContext
Extends the SslContext so that it's easier to configure from spring.
|
Constructor and Description |
---|
SecureSocketConnectorFactory(SslContext context) |
Constructor and Description |
---|
HttpsTransportServer(java.net.URI uri,
HttpsTransportFactory factory,
SslContext context) |
Constructor and Description |
---|
WSSTransportServer(java.net.URI location,
SslContext context) |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.