|
From: Larchier C. <cla...@ax...> - 2005-02-21 14:35:55
|
Hi all, Does someone who was using the NoMessageListenerImpl class with Hermes = 0.9.3.1 has successfully migrated to Hermes 1.0 ? As the NoMessageListenerImpl class has disapeared, I've done these = changes in my code: //MessageListenerImpl listener =3D new NoMessageListenerImpl(); MessageListenerImpl listener =3D new ClientMessageListenerImpl(); ... but it seems not working. The getReceivedMessageIds method returns = always null. Regards, Christophe Larchier |