Latest News

the latest news from our team

Write data to an IBM (WebSphere) MQ Message Queue

eFORMz can read files from an IBM (WebSphere) MQ Message Queue. Options are shown below.

Values currently defined for reading from Queue “Q2”

Based off of the values defined for reading from Queue “Q2”, a simple command within an eFORMz output can be implemented to send the data to a Queue “Q1” on the same server using the string shown below.

java -jar eSubmit.jar -i %0 -mq nectarine;1414;MY_SVRCONN;QM_TEST;Q1 -mqm dat
java -jar eSubmit.jar -i %0 -mq {host};{port};{channel};{queue manager};{write-to queue} -mqm {file extension} 

The data can be any output from eFORMz. This includes text, XML, JSON, PCL, ZPL, etc.

As of Version 11.03.07

As of 11.03.07 , Printers.xml will send the data without the overhead of instantiating another copy of Java.

<Printer Reference="MQ2" Format="PCL" Media="Default"><Device Name="mq://nectarine:1414/?channel=MY_SVRCONN&amp;qmgr=QM_TEST&amp;msgq=Q2&amp;userid=neal&amp;password=pwd" MaxPages="0" PercentLoad="100.00" /></Printer>

Leave a Reply

Your email address will not be published. Required fields are marked *