mqlight / java-mqlight

This Java package provides the high-level API by which you can interact with the MQ Light runtime.
Apache License 2.0
10 stars 9 forks source link

JsonDelivery doesn't extend Delivery #24

Closed prestona closed 8 years ago

prestona commented 8 years ago

This means that when an instance of DestinationListener has its onMessage method called for a JSON payload message - it is not possible to access the capabilities offered by the Delivery interface - for example: being able to confirm delivery of the message, or discover information about the destination that the message was sent to.