ActiveMQ
Last updated
Last updated
Element that read messages from ActiveMQ server queue.
Properties
- Server address*: [String] ActiveMQ server address (tcp://myserver:61616/)
- Login: [String] Login
- Password: [String] Password
- Destination type*: Destination type
- Topic/Queue*: [String] Topic/queue name
- Messages array: [System.Collections.Generic.List] Received messages array
- Delete messages: [Boolean] Delete message after receive
- Time-out*: [Int32] Max process await timeout (ms)
LTools.Network.MQ.AMQMessage - Properties:
- MessageID: [String] Message ID
- MessageType: [LTools.Network.MQ.AMQMessageTypes] Message type
- Text: [String] Message text (if type eq. TEXT)
- Object: [Object] Message object (if type eq. OBJECT)
- CorrelationID: [String] Correlation ID
- GroupID: [String] Group ID
- Timestamp: [DateTime] Message date and time