[ 
https://issues.apache.org/jira/browse/GERONIMO-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581416#action_12581416
 ] 

David Jencks commented on GERONIMO-3783:
----------------------------------------

I modified the test a bit to fit into our testsuite and committed it in rev 
640238 in trunk.

Its still broken.  I've been working with a copy of activemq with ACTIVEMQ-1438 
applied so the vm transport works.  

To enable the test, uncomment the checking part of MessageSenderTest.

Things that make the test pass:
1. turning off transactions on the mdb.  Leaving transactions on but not 
sending the response message does not make any difference.
2. Increasing the maxMessagesPerSessions in the activation spec to at least 10. 
 I think this means that all the messages fit in a  prefetch for a session 
attached to an mdb.

By turning on a queue browser I can see that the messages are piling up in the 
request queue and not getting delived to the mdb.

> MessageDrivenBean delivery problem
> ----------------------------------
>
>                 Key: GERONIMO-3783
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3783
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>    Affects Versions: 2.1
>         Environment: Windows XP Professional, 2GB ram, Java6SE, Geronimo 
> 2.1-snapshot (2008-01-02)
>            Reporter: Tomasz Mazan
>            Assignee: David Jencks
>            Priority: Critical
>             Fix For: 2.1.1, 2.2
>
>         Attachments: mdb-issue.zip
>
>
> MessageDrivenBean that listens on the Queue receive (and process) some 
> messages and then stop receiving any new message until next module's restart.
> After restart a few next messages are delivered to MDB, and it stops again.
> Some additional information I put here 
> http://www.nabble.com/Strange-plug-with-delivering-messages-to-MDB-td14923100s134.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to