c++ - Is there a way to MQ put multiline string data? -


we have c++ application reads ibm mq queues , expects data in following format

"texta textb textc" 

we have our own testing tool reads input data in "texta\r\ntextb\r\ntextc\r\n" , replaces "\\r\\n" actual "\r\n" characters , puts onto mq.

what looking third party tool ibm websphere mq or amqsput put multiline data actual crlf characters on mq.

if create data in file there lots of tools put file message ibm mq queue. here list: http://www.capitalware.com/mq_tools.html


Comments

Popular posts from this blog

angular - Is it possible to get native element for formControl? -

unity3d - Rotate an object to face an opposite direction -

javascript - Why jQuery Select box change event is now working? -