ibm-messaging / mq-jms-spring

Components to assist MQ JMS integration with Spring frameworks
Apache License 2.0
190 stars 102 forks source link

Allow USER_AUTHENTICATION_MQCSP to be configured from properties. #3

Closed moskanz closed 6 years ago

moskanz commented 6 years ago

It would be usefull in some cases

ibmmqmet commented 6 years ago

The code does set that flag when a userid and password have been configured. Is there any specific reason why you'd want to have it independently configurable?

moskanz commented 6 years ago

Flag is hardcoded to true, but in my environment authentication is not working with this value for some reason. Maybe it is missconfiguration in my mq. But when i set flag to false, everything working fine. I guess that having default value to true is right way, but it is usefull to be able to change it by config property.

moskanz commented 6 years ago

@ibmmqmet Is it possible to update package on mvnrepository.com? Does it require to bump version?

martinscheffler commented 6 years ago

Hi, I had the same issue. +1 for updating maven package. Thanks for the cool work btw, keeps a lot of boilerplate code out of my project :)

longstone commented 6 years ago

this is solved by #4 right? so it can be closed?