I'm facing $ issue while edit and re save the following proxy in esb

<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse";
       name="SampleProxy"
       transports="mqtt"
       startOnLoad="true"
       trace="disable">
   <description/>
   <target>
      <endpoint>
         <address uri="mqtt:/SampleProxy?mqtt.server.host.name
=localhost&amp;mqtt.server.port=1883&amp;mqtt.client.id=esb.test.sender&amp;
mqtt.topic.name
=esb.test2&amp;mqtt.blocking.sender=true&amp;mqtt.session.clean=false"/>
      </endpoint>
      <inSequence>
         <property name="OUT_ONLY" value="true"/>
         <property name="FORCE_SC_ACCEPTED"
                   value="true"
                   scope="axis2"
                   type="STRING"/>
      </inSequence>
      <outSequence>
         <send/>
      </outSequence>
   </target>
   <parameter name="mqtt.connection.factory">mqttConFactory</parameter>
   <parameter name="mqtt.topic.name">esb.test2</parameter>
    <parameter name="mqtt.content.type">application/json</parameter>
</proxy>

what could be the  reason?


-- 
Regards
S.Sriashalya,
WSO2 *Inc*.
lean . enterprise . middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to