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 'user' property in VCAP_SERVICES #33

Closed prestona closed 8 years ago

prestona commented 8 years ago

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