[
https://issues.apache.org/jira/browse/GERONIMO-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564283#action_12564283
]
Kevan Miller commented on GERONIMO-3783:
----------------------------------------
Right. In src/conf/MessageReceiversJmsPlan.xml update the MessageReceiversResp
resourceadapter-instance as follows:
<resourceadapter-instance>
<resourceadapter-name>MessageReceiversResp</resourceadapter-name>
<config-property-setting
name="UseInboundSession">true</config-property-setting>
<nam:workmanager
xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.2">
<nam:gbean-link>DefaultWorkManager</nam:gbean-link>
</nam:workmanager>
</resourceadapter-instance>
It looked like messages were being processed correctly, but am not 100% sure.
The log messages indicated that all messages were being received by the MDB. I
tried to get HermesJMS set up to introspect the ActiveMQ queues, to be sure.
However, I didn't get it working right away, and haven't gotten back to it...
> 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
> Priority: Critical
> 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.