public class HQQueue extends HQDestination implements Queue
Queue.RequestOption, Queue.RespondOptionDestination.ListenOption, Destination.MessageOpOption, Destination.PublishOption, Destination.ReceiveOption| Constructor and Description |
|---|
HQQueue(String name,
javax.jms.Destination destination,
HQMessaging broker) |
| Modifier and Type | Method and Description |
|---|---|
String |
fullName() |
static String |
fullName(String name) |
String |
jmsName() |
static String |
jmsName(String name) |
Response |
request(Object content,
Codec codec,
Codecs codecs,
Map<Destination.MessageOpOption,Object> options) |
Listener |
respond(MessageHandler handler,
Codecs codecs,
Map<Destination.ListenOption,Object> options) |
broker, context, fillInProperties, isJndiName, jmsDestination, jndiName, listen, name, publish, publish, receive, stoppublic HQQueue(String name, javax.jms.Destination destination, HQMessaging broker)
public Listener respond(MessageHandler handler, Codecs codecs, Map<Destination.ListenOption,Object> options) throws Exception
public Response request(Object content, Codec codec, Codecs codecs, Map<Destination.MessageOpOption,Object> options) throws Exception
public String jmsName()
jmsName in class HQDestinationpublic String fullName()
fullName in class HQDestinationCopyright © 2015. All Rights Reserved.