--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage.
Please support jPOS, contact: sa...@jpos.org
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-...@googlegroups.com
To unsubscribe, send email to jpos-users+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jpos-users
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You usually use a channel adaptor in combination with a MUX (defined in another descriptor). The ChannelAdaptor and the MUX speak over lousy coupled Space queues (those that you define in their 'in' and 'out' elements).
You can locate the MUX using the NameRegistrar from your code.
So once you have Q2 running, with a MUX and a ChannelAdaptor, you basically use code like this:
MUX mux = (MUX) NameRegistrar.get("mux.mymux");
ISOMsg response = mux.request(requestMsg, timeout);