|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
[jpos-users] How to send Echo message in JPOS BaseTCPChannel to keep network activeHi Guys, I am working with JPOS BaseTCPChannel to send and receive ISO message with ATM Switch. As i have firewall in between ..some how connection is getting idle in between firewalls when is there is no exchange of ISO messages. So i want to incorporate the ISO Echo requests in between say for every 5-10 minutes. Please suggest the way to implement this in the existing structure. NOTE: I am using ISOChannel with ISOMux. in my infrastructure. -Ramanath Pai --~--~---------~--~----~------------~-------~--~----~ 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-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users -~----------~----~----~----~------~----~------~--~--- |
||||||||
|
|
[jpos-users] Re: How to send Echo message in JPOS BaseTCPChannel to keep network activeIf you are using Q2 you can just deploy a Q2 Service (we call them 'QBeans') that can locate your channel or mux (using the NameRegistrar) and regularly send 0800 messages. If you are using the ChannelAdaptor, you don't even need to locate the MUX using the NameRegistrar, you can just send the ISOMsg over the Space-based ChannelAdaptor's '<in>' queue.
--~--~---------~--~----~------------~-------~--~----~ 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-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users -~----------~----~----~----~------~----~------~--~--- |
||||||||
|
|
[jpos-users] Re: How to send Echo message in JPOS BaseTCPChannel to keep network activeI am using Base24TCPChannel.. so i think it belongs to ChannelAdapter.. Please correct me if i am wrong... I guess MUX will take care of queuing all the requests internally. Then what is this Space - based Channel Adaptor's '<in>' queue. I am quite new to this kind of implementation. -Ramanath Pai --~--~---------~--~----~------------~-------~--~----~ 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-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users -~----------~----~----~----~------~----~------~--~--- |
||||||||
|
|
[jpos-users] Re: How to send Echo message in JPOS BaseTCPChannel to keep network activeAre you using Q2 or manually creating and configuring your stuff (such as Base24TCPChannel) ?
--~--~---------~--~----~------------~-------~--~----~ 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-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users -~----------~----~----~----~------~----~------~--~--- |
||||||||
|
|
[jpos-users] Re: How to send Echo message in JPOS BaseTCPChannel to keep network activeManually creating and configuring ... Ex: ISOChannel of the type Base24TCPChannel
and then applying it to simple ISOMux On Mon, Sep 28, 2009 at 4:03 AM, Alejandro Revilla <apr@...> wrote: Are you using Q2 or manually creating and configuring your stuff (such as Base24TCPChannel) ? --~--~---------~--~----~------------~-------~--~----~ 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-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users -~----------~----~----~----~------~----~------~--~--- |
||||||||
|
|
[jpos-users] Re: How to send Echo message in JPOS BaseTCPChannel to keep network activeOk, then you can spawn a simple Thread and send 0800s over that channel or mux every couple of minutes.
--~--~---------~--~----~------------~-------~--~----~ 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-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users -~----------~----~----~----~------~----~------~--~--- |
||||||||
|
|
[jpos-users] Re: How to send Echo message in JPOS BaseTCPChannel to keep network activeCan you tell me how to configure the thread on Mux so that it will send the 0800 message for every 5 to 10 mins -Ramanath Pai --~--~---------~--~----~------------~-------~--~----~ 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-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users -~----------~----~----~----~------~----~------~--~--- |
||||||||
|
|
[jpos-users] Re: How to send Echo message in JPOS BaseTCPChannel to keep network active
|