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

NotPermittedException should be treated as a non-retryable Exception #32

Closed prestona closed 8 years ago

prestona commented 8 years ago

NotPermittedException was added under 85d0aff, but currently falls through the getClientException block and is incorrectly wrapped in a (retryable) NetworkException rather than being treated as a fatal trigger