public class AmqpNodeBootstrapUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_MESSAGING_BROKER_PASSWORD |
static String |
PROP_MESSAGING_BROKER_URL |
static String |
PROP_MESSAGING_BROKER_USERNAME |
static String |
PROP_MESSAGING_QUEUE_REPLY |
static String |
PROP_MESSAGING_QUEUE_REQUEST |
| Constructor and Description |
|---|
AmqpNodeBootstrapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static AmqpDirectEndpoint |
createEndpoint(org.gytheio.messaging.MessageConsumer messageConsumer,
Properties properties) |
static AmqpDirectEndpoint |
createEndpoint(org.gytheio.messaging.MessageConsumer messageConsumer,
String brokerUrl,
String brokerUsername,
String brokerPassword,
String requestEndpoint,
String replyEndpoint)
Creates an AMQP endpoint (sender and receiver) from the given arguments
|
static void |
validate(String brokerUrl,
String requestQueueName,
String replyQueueName) |
public static final String PROP_MESSAGING_BROKER_URL
public static final String PROP_MESSAGING_BROKER_USERNAME
public static final String PROP_MESSAGING_BROKER_PASSWORD
public static final String PROP_MESSAGING_QUEUE_REQUEST
public static final String PROP_MESSAGING_QUEUE_REPLY
public static AmqpDirectEndpoint createEndpoint(org.gytheio.messaging.MessageConsumer messageConsumer, String brokerUrl, String brokerUsername, String brokerPassword, String requestEndpoint, String replyEndpoint)
messageConsumer - the processor received messages are sent toargs - public static AmqpDirectEndpoint createEndpoint(org.gytheio.messaging.MessageConsumer messageConsumer, Properties properties)
Copyright © 2017 Alfresco Software. All rights reserved.