Quick Links:

bmqa | bmqpi | bmqt

Namespaces

Component bmqa_configurequeuestatus
[Package bmqa]

Provide Value-Semantic Type for a configure queue operation status. More...

Namespaces

namespace  bmqa

Detailed Description

Outline
Purpose:
Provide Value-Semantic Type for a configure queue operation status
Classes:
bmqa::ConfigureQueueStatus value-semantic type for a configureQueue result
Description:
This component provides a specific value-semantic type for the result of a configure queue operation with the BlazingMQ broker, providing applications with the result and context of the requested operation.
A bmqa::ConfigureQueueStatus 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::ConfigureQueueResult::Enum
  • queueId: queueId associated with the configure queue operation
  • errorDescription: optional string with a human readable description of the error, if any