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
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.