|
From: Wahid M. <wa...@ph...> - 2005-09-02 14:31:39
|
Patrick, I found out that the problem was due to the fact that I had not put an entry into MessageConfig table of the database for incoming messages.... After correcting this I get an entry in the database (ReceievedMessages and MessageStore tables) however..... The OnMessage event in the application is not getting invoked.... I can't understand this... why wouldn't it get invoked, even though the message is in the database and has been received? Thanks Wahid Message: 1 Date: Wed, 31 Aug 2005 15:25:28 +0800 From: Patrick Yee <kc...@ce...> To: ebx...@li... Subject: Re: [ebxmlms-develop] FW: Message Listener Not WORKING!!!! Reply-To: ebx...@li... So you got the message listener working in HTTP mode, right? Actually, when you can see the messages being arrived in Hermes database. There would be no further processing difference between HTTP and HTTPS. So you can try to use your old message listener and see if it works. ..p Regards, Patrick Yee Center for E-Commerce Infrastructure Development Making E-Commerce Everyday Commerce Wahid Muhammad wrote: >Im still getting the same problem..... > >Messages are coming in but the Hermes instance doesn't seem to pick on the >fact that a message has been received. > >Can anyone help? > >Thanks > >Wahid >-----Original Message----- >From: Wahid Muhammad >Sent: 04 August 2005 09:21 >To: 'ebx...@li...' >Subject: Re: Message Listener Not WORKING!!!! > >Patrick, > >There was a discrepancy with the CN name, which I have now corrected... I no >longer get the "HTTPS hostname wrong" error, but the application still >doesn't know a reply has been received!!! > >I can see the reply come into the directory with no problems!! > >Thanks > >Wahid > > >Message: 2 >Date: Wed, 03 Aug 2005 18:15:54 +0800 >From: Patrick Yee <kc...@ce...> >To: ebx...@li... >Subject: Re: [ebxmlms-develop] Message Listener Not WORKING!!!! >Reply-To: ebx...@li... > >What is the common name (CN) of the server certificate you are using? >Can you try to make the CN being 10.143.84.130? > > >Regards, >Patrick Yee >Center for E-Commerce Infrastructure Development > >Making E-Commerce Everyday Commerce > > > >Wahid Muhammad wrote: > > > >>Hi, >> >> >> >>I have got everything working in Hermes (I think) except for a working >>listener!!!! I have been using the example code provided in the >>documentation and it all works.... However when an incoming messages >>comes through it gets put into the correct location (message >>repository location) and I can physically see the new file.... >> >>The problem I am getting is that the code I am running doesn't seem to >>know a message has arrived therefore the "onMessage" method does not >>get invoked!! When Im sending messages through code I am connecting to >>Hermes: >> >> >> >>http://10.143.84.130:8080/MSH (local machine) >> >> >> >>Messages that are sent to me come down the following channel: >> >> >> >>https://10.143.84.130:443/MSH <https://10.143.84.130/MSH> >> >> >> >>Could it be that the message listener will only listen on port 8080 >>and not 443? If so then how can I send my messages connecting to port >>443 because I get an error: >> >> >> >>java.io.IOException: HTTPS hostname wrong: should be <10.143.84.130> >> >> >> >>Any help would be appreciated as I am really confused (again)!! >> >> >> >>Thanks >> >> >> >>Wahid >> >> >> > > > >-- __--__-- > >_______________________________________________ >ebxmlms-develop mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop > > >End of ebxmlms-develop Digest > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >ebxmlms-develop mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop > > --__--__-- _______________________________________________ ebxmlms-develop mailing list ebx...@li... https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop End of ebxmlms-develop Digest |