| Package | Description |
|---|---|
| org.fusesource.stomp.jms | |
| org.fusesource.stomp.jms.message |
| Modifier and Type | Class and Description |
|---|---|
class |
StompJmsQueue
Queue implementation
|
class |
StompJmsTempQueue
TemporaryQueue
|
class |
StompJmsTempTopic
Temporary Topic
|
class |
StompJmsTopic
TemporaryQueue
|
| Modifier and Type | Field and Description |
|---|---|
protected StompJmsDestination |
StompJmsMessageProducer.destination |
| Modifier and Type | Method and Description |
|---|---|
StompJmsDestination |
StompJmsDestination.copy() |
static StompJmsDestination |
StompJmsDestination.createDestination(StompJmsConnection connection,
java.lang.String name) |
StompJmsDestination |
StompJmsMessageConsumer.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
int |
StompJmsDestination.compareTo(StompJmsDestination other) |
void |
StompChannel.subscribe(StompJmsDestination destination,
org.fusesource.hawtbuf.AsciiBuffer consumerId,
org.fusesource.hawtbuf.AsciiBuffer selector,
org.fusesource.hawtbuf.AsciiBuffer ackMode,
boolean noLocal,
boolean persistent,
boolean browser,
StompJmsPrefetch prefetch,
java.util.Map<org.fusesource.hawtbuf.AsciiBuffer,org.fusesource.hawtbuf.AsciiBuffer> headers) |
| Constructor and Description |
|---|
StompJmsDurableTopicSubscriber(org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsSession s,
StompJmsDestination destination,
boolean noLocal,
java.lang.String selector) |
StompJmsMessageConsumer(org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsSession s,
StompJmsDestination destination,
java.lang.String selector) |
StompJmsMessageProducer(StompJmsSession s,
StompJmsDestination dest) |
StompJmsQueueBrowser(StompJmsSession session,
org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsDestination destination,
java.lang.String selector)
Constructor for an StompJmsQueueBrowser - used internally
|
StompJmsQueueReceiver(org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsSession s,
StompJmsDestination d,
java.lang.String selector)
Constructor
|
StompJmsQueueSender(StompJmsSession s,
StompJmsDestination dest)
Constructor
|
StompJmsTopicPublisher(StompJmsSession s,
StompJmsDestination destination)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
StompJmsDestination |
StompJmsMessage.getStompJmsDestination() |
StompJmsDestination |
StompJmsMessage.getStompJmsReplyTo() |
static StompJmsDestination |
StompJmsMessageTransformation.transformDestination(StompJmsConnection connection,
javax.jms.Destination destination)
Creates a an available JMS message from another provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StompJmsMessage.setJMSDestination(StompJmsDestination destination) |
void |
StompJmsMessage.setJMSReplyTo(StompJmsDestination destination) |
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.