| Class | Description |
|---|---|
| BaseResponse |
Base response for any request.
|
| MonitorResponse | |
| ProtocolConstants |
Constants used in the DistributedQueue protocol.
|
| ProtocolFactory |
Parses the DistributedQueue protocol.
|
| ProtocolResponseUtil |
Utility class for handling protocol responses.
|
| TransferResponse |
Response for a Transfer request.
|
| Exception | Description |
|---|---|
| MaxTransferAttemptsCountException |
Thrown when the "TransferCounter" value on an MQMessage has been
exceeded by the configured policy value.
|
| MaxTransferCountException |
Thrown when the "TransferAttemptsCounter" value on an MQMessage has been
exceeded by the configured policy value.
|
| ProtocolParsingException |
Thrown when attempting to parse a String for a DistributedQueue protocol
response.
|
| ProtocolResultCodeException |
Thrown when the remote broker returns a response, but it contains a result
code other than zero (OK).
|
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.