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

Improve error if bound to >1 MQL capable service #30

Closed prestona closed 8 years ago

prestona commented 8 years ago

Switch the exception type thrown by parseVCAPJson when VCAP_SERVICES contains more than one possible service to connect to - so that a more helpful exception message is returned via the NonBlockingClientListner onStopped() method.

dnwe commented 8 years ago

:+1:

dnwe commented 8 years ago

Merged as c4c2e44