DO NOT REPLY [Bug 49111] "Message With ID Not Found" Error on JMS P2P sampler when NOT Use non-persistent delivery mode

2010-04-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49111

--- Comment #4 from Cheng Chi  2010-04-26 23:43:02 EDT ---
Thanks Sebb! 
Will do the verification later.

Cheng Chi

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49111] "Message With ID Not Found" Error on JMS P2P sampler when NOT Use non-persistent delivery mode

2010-04-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49111

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Sebb  2010-04-26 17:35:22 EDT ---
Hopefully now fixed:

URL: http://svn.apache.org/viewvc?rev=938062&view=rev
Log:
Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler.
Partial fix (can still fail if "Use Request Message Id As Correlation Id" is
selected)

URL: http://svn.apache.org/viewvc?rev=938247&view=rev
Log:
Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler.
Fixed rest of bug

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49111] "Message With ID Not Found" Error on JMS P2P sampler when NOT Use non-persistent delivery mode

2010-04-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49111

--- Comment #2 from Sebb  2010-04-26 10:17:55 EDT ---
There do seem to be some problems with the code:

1) the details are stored in the table after the message has been sent, so it's
possible for the response to arrive before the request details have been
stored. 

This is done because the message id is not available before the message has
been sent.

If "Use Request Message Id As Correlation Id" is not selected, the request can
be stored before the message is sent. But otherwise it may be difficult to fix.

2) if "Use Request Message Id As Correlation Id" is selected, the receive code
uses the Correlation Id, rather than using the message ID. This should be
easier to fix, but there's no point if the bug above cannot be fixed.

==

I've not yet established why selecting non-persistent delivery mode should fix
the problem, but perhaps it speeds up the return from the send method.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49111] "Message With ID Not Found" Error on JMS P2P sampler when NOT Use non-persistent delivery mode

2010-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49111

Sebb  changed:

   What|Removed |Added

  Attachment #25276|application/octet-stream|text/plain
  mime type||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.