-
1892094.
2008-02-12 17:26:27 UTC in openjms
-
By mistake I submitted a partial issue report. Please, delete this a focus on 1892094
Thanks.
2008-02-12 17:25:33 UTC in openjms
-
If you are receiving messages synchronously (using a consumer) and the server is shutdown, the client still waiting for a message and does not throw any exception (neither returns null)
MessageConsumer receiver = session.createConsumer(destination);
connection.start();
TextMessage message = (TextMessage) receiver.receive();
If you register an ExceptionListener you realize that an...
2008-02-12 17:24:18 UTC in openjms
-
If you are receiving messages synchronously (using consumers) and the server is shut down
MessageConsumer receiver = session.createConsumer(destination);
connection.start();
... = receiver.receive();.
2008-02-12 17:13:45 UTC in openjms
-
arieluba committed patchset 11 of module nzbgui to the NzbGui CVS repository, changing 2 files.
2008-01-24 00:07:28 UTC in NzbGui
-
arieluba committed patchset 10 of module nzbgui to the NzbGui CVS repository, changing 30 files.
2008-01-23 03:04:07 UTC in NzbGui
-
arieluba committed patchset 9 of module nzbgui to the NzbGui CVS repository, changing 2 files.
2007-12-21 13:31:43 UTC in NzbGui
-
arieluba committed patchset 8 of module nzbgui to the NzbGui CVS repository, changing 1 files.
2007-12-17 14:44:03 UTC in NzbGui
-
arieluba committed patchset 7 of module nzbgui to the NzbGui CVS repository, changing 9 files.
2007-12-15 01:18:12 UTC in NzbGui
-
arieluba committed patchset 6 of module nzbgui to the NzbGui CVS repository, changing 7 files.
2007-12-14 21:39:57 UTC in NzbGui