cms::TemporaryQueue Class Reference

Defines a Temporary Queue based Destination. More...

#include <src/main/cms/TemporaryQueue.h>

Inheritance diagram for cms::TemporaryQueue:
Inheritance graph
[legend]

Public Member Functions

virtual ~TemporaryQueue ()
virtual void destroy ()=0
 Destroy's the Temporary Destination at the Provider.

Detailed Description

Defines a Temporary Queue based Destination.

A TemporaryQueue is a special type of Queue Destination that can only be consumed from the Connection which created it. TemporaryQueues are most commonly used as the reply to address for Message's that implement the request response pattern.

A TemporaryQueue is guaranteed to exist at the Provider only for the lifetime of the Connection that created it.

Since:
1.0

Constructor & Destructor Documentation

virtual cms::TemporaryQueue::~TemporaryQueue (  )  [virtual]

Member Function Documentation

virtual void cms::TemporaryQueue::destroy (  )  [pure virtual]

Destroy's the Temporary Destination at the Provider.

Exceptions:
CMSException - if an internal error occurs.

Implemented in activemq::commands::ActiveMQTempQueue.


The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1