Next problem could be caused by port used by other process or ip is not suited in hosts file:
--------------------------------------------
The server is unable to create a server socket for listening. The address localhost might be incorrect or another process is using port 5556: java.net.BindException: Cannot assign requested address: JVM_Bind
--------------------------------------------
Windows check: netstat -an | find "5556"
After checking if ports were used by another process next is to make a review in hosts file whether or not is IP correct declared.
Best Regards,
Wednesday, April 26, 2017
Thursday, April 6, 2017
How to remove headers from MQ message?
To remove headers from MQ message you need to add targetClient property inside queue name/destination:
"queue:///" + destinationName + "?targetClient=1"
There is property that works in the same way:
"WMQConstants.WMQ_CLIENT_NONJMS_MQ"
Message Encoding:
Important links:
Best regards,
"queue:///" + destinationName + "?targetClient=1"
There is property that works in the same way:
"WMQConstants.WMQ_CLIENT_NONJMS_MQ"
Message Encoding:
- https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.dev.doc/q032130_.htm
- https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.dev.doc/q032120_.htm
- https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q120590_.htm
- https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.dev.doc/q030840_.htm
- https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.dev.doc/q032120_.htm
Important links:
Best regards,
Wednesday, March 29, 2017
Important resource for upgrade IBM MQ
Connections:
http://www-01.ibm.com/support/docview.wss?uid=swg27045669
http://www-01.ibm.com/support/docview.wss?uid=swg27045669&aid=1
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.con.doc/q015250_.htm
https://www.ibm.com/support/knowledgecenter/en/SSAW57_7.0.0/com.ibm.websphere.nd.doc/info/ae/ae/tjq0013_.html
Rest
http://stackoverflow.com/questions/35998790/resttemplate-how-to-send-url-parameters-and-query-parameters-together
http://stackoverflow.com/questions/8297215/spring-resttemplate-get-with-parameters
Installation:
https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mig.doc/q008050_.htm
https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mig.doc/q008090_.htm
Runmqsc new features:
http://www-01.ibm.com/support/docview.wss?uid=swg27045974&aid=1
http://www-01.ibm.com/support/docview.wss?uid=swg27045669
http://www-01.ibm.com/support/docview.wss?uid=swg27045669&aid=1
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.con.doc/q015250_.htm
https://www.ibm.com/support/knowledgecenter/en/SSAW57_7.0.0/com.ibm.websphere.nd.doc/info/ae/ae/tjq0013_.html
Rest
http://stackoverflow.com/questions/35998790/resttemplate-how-to-send-url-parameters-and-query-parameters-together
http://stackoverflow.com/questions/8297215/spring-resttemplate-get-with-parameters
Installation:
https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mig.doc/q008050_.htm
https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mig.doc/q008090_.htm
Runmqsc new features:
http://www-01.ibm.com/support/docview.wss?uid=swg27045974&aid=1
Subscribe to:
Posts (Atom)