Quick Links:

bmqa | bmqpi | bmqt

Namespaces

Component bmqa_openqueuestatus
[Package bmqa]

Provide Value-Semantic Type for an open queue operation status. More...

Namespaces

namespace  bmqa

Detailed Description

Outline
Purpose:
Provide Value-Semantic Type for an open queue operation status
Classes:
bmqa::OpenQueueStatus value-semantic type for an openQueue result
Description:
This component provides a specific value-semantic type for the result of an open queue operation with the BlazingMQ broker, providing applications with the result and context of the requested operation.
A bmqa::OpenQueueStatus type is composed of 3 attributes:
  • result: indicates the status of the operation (success, failure, etc.) as specified in the corresponding result code enum, bmqt::OpenQueueResult::Enum
  • queueId: queueId associated with the open queue operation
  • errorDescription: optional string with a human readable description of the error, if any