|
From: Wahid M. <wa...@ph...> - 2005-08-03 09:22:32
|
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 |