Strange problem with authentication on IBMMQ, it takes the running user ID

前端 未结 2 917
遥遥无期
遥遥无期 2021-01-22 17:51

I\'ve got a strange problem when I perform a push of a message in a queue. I\'ve configured my application to read userid/password from app.config. when the message is put on th

2条回答
  •  迷失自我
    2021-01-22 18:19

    You probably need to add another line to your properties.

    Try (from memory so you will need to find the correct constant) USE_MQCSP_USERNAME_PASSWORD This should be a boolean and should be set to yes....

    Add this to your properties, then create the queue manager with those properties.

提交回复
热议问题