Soheel Chughtai

Results 78 comments of Soheel Chughtai

Are you referring to `gettingStarted/installing-mq-ubuntu/mq-ubuntu-install.sh` ? If I've understood correctly then the following issues need looking at: 1. Bump MQ version 2. Doc isn't clear that its a gunzip 3....

Incidentally `2540` is `MQRC_UNKNOWN_CHANNEL_NAME`, which implies that you are specifying the channel name incorrectly for amqsputc. Are you exporting the `MQSERVER` ? ```` set MQSERVER=DEV.APP.SVRCONN/TCP/localhost(1414) set MQSAMP_USER_ID=app amqsputc DEV.QUEUE.1 QM1...

Looks like you have made the relevant changes. I will accept a pull request.

I think this is a question for pymqi - https://github.com/dsuch/pymqi

@rin0o1 Some action items for you.

I guess we need to add examples of error handling into this sample set. If you are able to create a pull request it will be much appreciated. As for...

When the samples were written, balancing on a uniform cluster wasn't taken into account. If you can fix the code, we will accept pull requests.

Are you saying that each invocation of your `OnMessage` method eats up a connection? If so then this is odd, as Spring should be managing these for you. If each...

I doubt very much that this is one long continuous method, but this is how you have written it. It makes it very hard to debug your code, as it...

This looks like npm doesn't like the certificate on `nexus.iw-bld.oncp.dev` As the warning log hints you should be able work around by setting the environment variable `NODE_TLS_REJECT_UNAUTHORIZED` to `0`