i have created my mux and my adaptor here:
<mux class="org.jpos.q2.iso.QMUX" logger="Q2" name="secMux-mux">
<in>secMux-receive</in>
<out>secMux-send</out>
<unhandled>secMux-unhandled</unhandled>
</mux>
<channel-adaptor name="secAd-adaptor"
class="org.jpos.q2.iso.ChannelAdaptor" logger="Q2">
<channel class="org.jpos.iso.channel.XMLChannel" logger="Q2"
packager="org.jpos.iso.packager.XMLPackager" >
<property name="host" value="localhost" />
<property name="port" value="10000" />
</channel>
<in>secAd-send</in>
<out>secAd-receive</out>
<reconnect-delay>5000</reconnect-delay>
</channel-adaptor>
my cLient can aLready connect to the server but i don't know how i may
send msgs to the server
how shouLd i do that?
thanx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To post to this group, send email to
jpos-users@...
To unsubscribe from this group, send email to
jpos-users-unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/jpos-users?hl=en-~----------~----~----~----~------~----~------~--~---