Class: RMQ::MQClient::ObjectDescriptor
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- RMQ::MQClient::ObjectDescriptor
- Defined in:
- lib/rmq/object_descriptor.rb
Constant Summary collapse
- MQOD_STRUC_ID =
"OD "
- MQOD_VERSION_1 =
1
- MQOT_NONE =
Object Types
0
- MQOT_Q =
1
- MQOT_NAMELIST =
2
- MQOT_PROCESS =
3
- MQOT_STORAGE_CLASS =
4
- MQOT_Q_MGR =
5
- MQOT_CHANNEL =
6
- MQOT_AUTH_INFO =
7
- MQOT_TOPIC =
8
- MQOT_CF_STRUC =
10
- MQOT_LISTENER =
11
- MQOT_SERVICE =
12
- MQOT_RESERVED_1 =
999