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

Look for 'mqlight_lookup_uri' in VCAP_SERVICES #34

Closed prestona closed 8 years ago

prestona commented 8 years ago

If a VCAP_SERVICES entry has an 'mqlight_lookup_uri' property (but no 'connectionLookupURI' property) then the mqlight_lookup_uri property will be used as a synonym for the connectionLookupURI property. This is because Message Hub uses 'mqlight_lookup_uri' where as the MQ Light service uses 'connectionLookupURI'.