Mustafa | 10 Dec 08:34

How to send ISOMsg to a client

Hi,
I create a payment system interface using JPos 1.5.0 and QSP-config 
System, the client send the message to server and it can process it 
fine. but some time I need to send message from server to client. in 
this case the log file indicate that the message is not received by the 
client and the Connecter log shows <mux-not-connected>.
Note that I send the message to the same port that the client used to 
send message from.

 
Alejandro Revilla | 11 Dec 00:57

Re: How to send ISOMsg to a client

If you are using an ISORequestListener, you want to use your ISOSource
parameter to send back responses.

In the latest version (subversion trunk, jPOS 6) you can locate a
channel tied to an ISOServer by name, using
ISOServer.getChannel(String).

On Mon, Dec 10, 2007 at 07:35:10AM -0000, Mustafa wrote:
> Hi,
> I create a payment system interface using JPos 1.5.0 and QSP-config 
> System, the client send the message to server and it can process it 
> fine. but some time I need to send message from server to client. in 
> this case the log file indicate that the message is not received by the 
> client and the Connecter log shows <mux-not-connected>.
> Note that I send the message to the same port that the client used to 
> send message from.
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
> 

 

Gmane