Discussion:
[openjms-developer] [ openjms-Bugs-1892089 ] MessageConsumer.receive() get stuck in a server shutdown
SourceForge.net
2008-02-12 17:13:45 UTC
Permalink
Bugs item #1892089, was opened at 2008-02-12 14:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1892089&group_id=54559

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: client
Group: v0.7.7-beta-1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: arielUBA (arieluba)
Assigned to: Jim Alateras (jalateras)
Summary: MessageConsumer.receive() get stuck in a server shutdown

Initial Comment:
If you are receiving messages synchronously (using consumers) and the server is shut down


MessageConsumer receiver = session.createConsumer(destination);
connection.start();

... = receiver.receive();



----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1892089&group_id=54559
SourceForge.net
2008-02-12 17:25:33 UTC
Permalink
Bugs item #1892089, was opened at 2008-02-12 14:13
Message generated for change (Comment added) made by arieluba
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1892089&group_id=54559

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: client
Group: v0.7.7-beta-1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: arielUBA (arieluba)
Assigned to: Jim Alateras (jalateras)
Summary: MessageConsumer.receive() get stuck in a server shutdown

Initial Comment:
If you are receiving messages synchronously (using consumers) and the server is shut down


MessageConsumer receiver = session.createConsumer(destination);
connection.start();

... = receiver.receive();



----------------------------------------------------------------------
Comment By: arielUBA (arieluba)
Date: 2008-02-12 14:25

Message:
Logged In: YES
user_id=1726084
Originator: YES

By mistake I submitted a partial issue report. Please, delete this a focus
on 1892094
Thanks

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1892089&group_id=54559
Loading...