org.apache.qpid.server.queue
Class AMQQueueFactory
java.lang.Object
org.apache.qpid.server.queue.AMQQueueFactory
public class AMQQueueFactory
- extends Object
Method Summary |
static AMQQueue |
createAMQQueueImpl(org.apache.qpid.framing.AMQShortString name,
boolean durable,
org.apache.qpid.framing.AMQShortString owner,
boolean autoDelete,
boolean exclusive,
VirtualHost virtualHost,
org.apache.qpid.framing.FieldTable arguments)
|
static AMQQueue |
createAMQQueueImpl(QueueConfiguration config,
VirtualHost host)
|
static AMQQueue |
createAMQQueueImpl(String queueName,
boolean durable,
String owner,
boolean autoDelete,
boolean exclusive,
VirtualHost virtualHost,
Map<String,Object> arguments)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X_QPID_PRIORITIES
public static final org.apache.qpid.framing.AMQShortString X_QPID_PRIORITIES
QPID_LVQ_KEY
public static final String QPID_LVQ_KEY
- See Also:
- Constant Field Values
QPID_LAST_VALUE_QUEUE
public static final String QPID_LAST_VALUE_QUEUE
- See Also:
- Constant Field Values
QPID_LAST_VALUE_QUEUE_KEY
public static final String QPID_LAST_VALUE_QUEUE_KEY
- See Also:
- Constant Field Values
AMQQueueFactory
public AMQQueueFactory()
createAMQQueueImpl
public static AMQQueue createAMQQueueImpl(org.apache.qpid.framing.AMQShortString name,
boolean durable,
org.apache.qpid.framing.AMQShortString owner,
boolean autoDelete,
boolean exclusive,
VirtualHost virtualHost,
org.apache.qpid.framing.FieldTable arguments)
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
- See Also:
createAMQQueueImpl(String, boolean, String, boolean, boolean, VirtualHost, Map)
createAMQQueueImpl
public static AMQQueue createAMQQueueImpl(String queueName,
boolean durable,
String owner,
boolean autoDelete,
boolean exclusive,
VirtualHost virtualHost,
Map<String,Object> arguments)
throws org.apache.qpid.AMQSecurityException
- Throws:
org.apache.qpid.AMQSecurityException
createAMQQueueImpl
public static AMQQueue createAMQQueueImpl(QueueConfiguration config,
VirtualHost host)
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
Licensed to the Apache Software Foundation