I've got my channel mapped out so that certain parts of ADT messages are sent via HTTP post to a rails webapp. I belive the mappings are correct, but according to the log for my webapp no variables are set, all empty strings. Ideas???
Log:
Channel:
Log:
Code:
Processing Hl7Controller#mirth (for 172.25.12.55 at 2007-04-20 10:21:04) [POST] Session ID: 329beda8c9a687ab053da05385cc8315 Parameters: {"bus_email"=>"", "addr1"=>"", "inid"=>"", "city"=>"", "addr2"=>"", "dob"=>"", "zip"=>"", "home_ph"=>"", "home_area"=>"", "home_x"=>"", "ssn"=>"", "bus_x"=>"", "type"=>"ADT-A8", "action"=>"mirth", "bus_ph"=>"", "bus_ac"=>"", "sex"=>"", "controller"=>"hl7", "pcp"=>"", "xid"=>"", "first_name"=>"", "last_name"=>"", "middle_name"=>"", "home_email"=>"", "state"=>""} INFO: Writing ADT Message Rendering within layouts/application Rendering hl7/mirth Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | 200 OK [[url]http://ANALYST01/hl7/mirth/][/url]
Code:
<com.webreach.mirth.model.Channel> <id>c9017dc9-1a5f-4f56-bc44-7043b708e301</id> <name>PM-EMR for KillerApp</name> <description></description> <enabled>true</enabled> <version>1.4.0</version> <revision>12</revision> <sourceConnector> <name>sourceConnector</name> <properties> <property name="tcpProtocolClassName">org.mule.providers.tcp.protocols.TcpProtocol</property> <property name="ackCodeRejected">AR</property> <property name="ackIP">...</property> <property name="segmentEnd">0x0D</property> <property name="ackOnNewConnection">0</property> <property name="messageEnd">0x1C</property> <property name="keepSendSocketOpen">1</property> <property name="sendACK">0</property> <property name="port">6661</property> <property name="bufferSize">65536</property> <property name="ackPort"></property> <property name="ackMsgError">An Error Occured Processing Message.</property> <property name="messageStart">0x0B</property> <property name="charEncoding">ascii</property> <property name="DataType">LLP Listener</property> <property name="recordSeparator">0x0D</property> <property name="ackCodeSuccessful">AA</property> <property name="ackMsgSuccessful"></property> <property name="receiveTimeout">5000</property> <property name="ackCodeError">AE</property> <property name="charsetEncoding">DEFAULT_ENCODING</property> <property name="responseFromTransformer">0</property> <property name="responseValue">None</property> <property name="host">127.0.0.1</property> <property name="checkMSH15">0</property> <property name="ackMsgRejected">Message Rejected.</property> </properties> <transformer> <steps/> <inboundTemplate></inboundTemplate> <outboundTemplate></outboundTemplate> <inboundProtocol>HL7V2</inboundProtocol> <outboundProtocol>HL7V2</outboundProtocol> </transformer> <filter> <rules/> </filter> <transportName>LLP Listener</transportName> <mode>SOURCE</mode> </sourceConnector> <destinationConnectors> <com.webreach.mirth.model.Connector> <name>Main Destination</name> <properties> <property name="requestVariables"><properties> <property name="dob">${PID.7 DOB}</property> <property name="inid">${PID.3 Patient Internal ID}</property> <property name="home_x">${PID.13.8 Home Extension}</property> <property name="sender">${MSH.3 Sending Application}</property> <property name="first_name">${PID.5.2 Given Name}</property> <property name="home_ph">${PID.13.7 Home Phone}</property> <property name="type">${message.type}</property> <property name="home_area">${PID.13.6 Home Area Code}</property> <property name="state">${PID.11.4 State}</property> <property name="pcp">${PD1.4 Primary Care Provider}</property> <property name="bus_x">${PID.14.8 Business Extension}</property> <property name="ssn">${PID.19 SSN}</property> <property name="sex">${PID.8 Sex}</property> <property name="home_email">${PID.13.4 Home Email Address}</property> <property name="bus_ac">${PID.14.6 Business Area Code}</property> <property name="city">${PID.11.3 City}</property> <property name="bus_ph">${PID.14.7 Business Phone}</property> <property name="addr2">${PID.11.2 Address 2}</property> <property name="addr1">${PID.11.1 Address 1}</property> <property name="last_name">${PID.5.1 Family Name}</property> <property name="zip">${PID.11.5 Zip}</property> <property name="bus_email">${PID.14.4 Business Email}</property> <property name="middle_name">${PID.5.3 Middle Name}</property> <property name="xid">${PID.2 Patient External ID}</property> </properties></property> <property name="host">[url]http://ANALYST01:3000/hl7/mirth/</property>[/url] <property name="DataType">HTTP Sender</property> <property name="replyChannelId">sink</property> <property name="channelName">None</property> <property name="method">post</property> </properties> <transformer> <steps> <com.webreach.mirth.model.Step> <sequenceNumber>0</sequenceNumber> <name>MSH.3 Sending Application</name> <script>connectorMap.put('MSH.3 Sending Application', validate(msg['MSH']['MSH.3'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>MSH.3 Sending Application</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['MSH']['MSH.3'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>connector</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>1</sequenceNumber> <name>PID.2 Patient External ID</name> <script>channelMap.put('PID.2 Patient External ID', validate(msg['PID']['PID.2']['CX.1'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.2 Patient External ID</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.2']['CX.1'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>2</sequenceNumber> <name>PID.3 Patient Internal ID</name> <script>channelMap.put('PID.3 Patient Internal ID', validate(msg['PID']['PID.3']['CX.1'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.3 Patient Internal ID</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.3']['CX.1'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>3</sequenceNumber> <name>PID.5.1 Family Name</name> <script>channelMap.put('PID.5.1 Family Name', validate(msg['PID']['PID.5']['XPN.1'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.5.1 Family Name</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.5']['XPN.1'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>4</sequenceNumber> <name>PID.5.2 Given Name</name> <script>connectorMap.put('PID.5.2 Given Name', validate(msg['PID']['PID.5']['XPN.2'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.5.2 Given Name</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.5']['XPN.2'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>connector</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>5</sequenceNumber> <name>PID.5.3 Middle Name</name> <script>channelMap.put('PID.5.3 Middle Name', validate(msg['PID']['PID.5']['XPN.3'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.5.3 Middle Name</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.5']['XPN.3'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>6</sequenceNumber> <name>PID.5.4 Suffix</name> <script>connectorMap.put('PID.5.4 Suffix', validate(msg['PID']['PID.5']['XPN.4'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.5.4 Suffix</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.5']['XPN.4'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>connector</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>7</sequenceNumber> <name>PID.5.5 Prefix</name> <script>channelMap.put('PID.5.5 Prefix', validate(msg['PID']['PID.5']['XPN.5'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.5.5 Prefix</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.5']['XPN.5'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>8</sequenceNumber> <name>PID.7 DOB</name> <script>channelMap.put('PID.7 DOB', validate(msg['PID']['PID.7']['TS.1'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.7 DOB</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.7']['TS.1'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>9</sequenceNumber> <name>PID.8 Sex</name> <script>channelMap.put('PID.8 Sex', validate(msg['PID']['PID.8'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.8 Sex</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.8'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>10</sequenceNumber> <name>PID.11.1 Address 1</name> <script>channelMap.put('PID.11.1 Address 1', validate(msg['PID']['PID.11']['XAD.1'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.11.1 Address 1</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.11']['XAD.1'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>11</sequenceNumber> <name>PID.11.2 Address 2</name> <script>channelMap.put('PID.11.2 Address 2', validate(msg['PID']['PID.11']['XAD.2'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.11.2 Address 2</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.11']['XAD.2'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>12</sequenceNumber> <name>PID.11.3 City</name> <script>channelMap.put('PID.11.3 City', validate(msg['PID']['PID.11']['XAD.3'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.11.3 City</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.11']['XAD.3'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>13</sequenceNumber> <name>PID.11.4 State</name> <script>channelMap.put('PID.11.4 State', validate(msg['PID']['PID.11']['XAD.4'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.11.4 State</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.11']['XAD.4'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>14</sequenceNumber> <name>PID.11.5 Zip</name> <script>channelMap.put('PID.11.5 Zip', validate(msg['PID']['PID.11']['XAD.5'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.11.5 Zip</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.11']['XAD.5'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>15</sequenceNumber> <name>PID.13.4 Home Email Address</name> <script>channelMap.put('PID.13.4 Home Email Address', validate(msg['PID']['PID.13']['XTN.4'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.13.4 Home Email Address</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.13']['XTN.4'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>16</sequenceNumber> <name>PID.13.6 Home Area Code</name> <script>channelMap.put('PID.13.6 Home Area Code', validate(msg['PID']['PID.13']['XTN.6'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.13.6 Home Area Code</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.13']['XTN.6'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>17</sequenceNumber> <name>PID.13.7 Home Phone</name> <script>channelMap.put('PID.13.7 Home Phone', validate(msg['PID']['PID.13']['XTN.7'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.13.7 Home Phone</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.13']['XTN.7'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>18</sequenceNumber> <name>PID.13.8 Home Extension</name> <script>channelMap.put('PID.13.8 Home Extension', validate(msg['PID']['PID.13']['XTN.8'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.13.8 Home Extension</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.13']['XTN.8'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>19</sequenceNumber> <name>PID.14.4 Business Email</name> <script>channelMap.put('PID.14.4 Business Email', validate(msg['PID']['PID.14']['XTN.4'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.14.4 Business Email</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.14']['XTN.4'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>20</sequenceNumber> <name>PID.14.6 Business Area Code</name> <script>channelMap.put('PID.14.6 Business Area Code', validate(msg['PID']['PID.14']['XTN.6'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.14.6 Business Area Code</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.14']['XTN.6'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>21</sequenceNumber> <name>PID.14.7 Business Phone</name> <script>channelMap.put('PID.14.7 Business Phone', validate(msg['PID']['PID.14']['XTN.7'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.14.7 Business Phone</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.14']['XTN.7'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>22</sequenceNumber> <name>PID.14.8 Business Extension</name> <script>channelMap.put('PID.14.8 Business Extension', validate(msg['PID']['PID.14']['XTN.8'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.14.8 Business Extension</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.14']['XTN.8'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>channel</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>23</sequenceNumber> <name>PID.19 SSN</name> <script>connectorMap.put('PID.19 SSN', validate(msg['PID']['PID.19'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PID.19 SSN</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PID']['PID.19'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>connector</string> </entry> </data> </com.webreach.mirth.model.Step> <com.webreach.mirth.model.Step> <sequenceNumber>24</sequenceNumber> <name>PD1.4 Primary Care Provider</name> <script>connectorMap.put('PD1.4 Primary Care Provider', validate(msg['PD1']['PD1.4']['XCN.3'].toString() + " " + msg['PD1']['PD1.4']['XCN.4'].toString() + " " + msg['PD1']['PD1.4']['XCN.2'].toString(), '', new Array()));</script> <type>Mapper</type> <data class="map"> <entry> <string>Variable</string> <string>PD1.4 Primary Care Provider</string> </entry> <entry> <string>DefaultValue</string> <string></string> </entry> <entry> <string>Mapping</string> <string>msg['PD1']['PD1.4']['XCN.3'].toString() + " " + msg['PD1']['PD1.4']['XCN.4'].toString() + " " + msg['PD1']['PD1.4']['XCN.2'].toString()</string> </entry> <entry> <string>RegularExpressions</string> <list/> </entry> <entry> <string>isGlobal</string> <string>connector</string> </entry> </data> </com.webreach.mirth.model.Step> </steps> <inboundTemplate>MSH|^~\&|MIK-AIG^MIK-AIG^GUID||triSTRUCT^triSTRUCT^GUID||20070216134200||ADT^A08|73CCD39D-7EB6-435a-A8D9-4A4C12EF76E9|P|2.3||||NE EVN|A08|20070216084200||01 PID|1|1|1||Bruns^Kim^M^MD^Cmdr||19810625000000|F|||4911 Main Lane^^Fort Wayne^IN^46804||(260)456-4561^^^[email protected]^^260^4564561^7000|(260)490-7822X310^^^[email protected]^^260^4907822^310|||||123-45-6789|||||||||||N PD1||||12^Mason MD^Thomas^P^M&UPIN</inboundTemplate> <outboundTemplate></outboundTemplate> <inboundProtocol>HL7V2</inboundProtocol> <outboundProtocol>HL7V2</outboundProtocol> <inboundProperties> <property name="useStrictParser">true</property> <property name="useStrictValidation">false</property> </inboundProperties> <outboundProperties/> </transformer> <filter> <rules/> </filter> <transportName>HTTP Sender</transportName> <mode>DESTINATION</mode> </com.webreach.mirth.model.Connector> </destinationConnectors> <properties> <property name="synchronous">true</property> <property name="encryptData">false</property> <property name="store_messages">true</property> <property name="dont_store_filtered">false</property> <property name="initialState">started</property> <property name="max_message_age">-1</property> <property name="transactional">false</property> <property name="recv_xml_encoded">false</property> <property name="error_messages_only">false</property> </properties> <preprocessingScript>// Modify the message variable below to pre process data return message;</preprocessingScript> </com.webreach.mirth.model.Channel>
Comment