[jboss-jira] [JBoss JIRA] Resolved: (JBMESSAGING-1282) Test XA recovery of temporary topic subscriptions
Andy Taylor (JIRA)
jira-events at lists.jboss.org
Thu Sep 25 08:58:21 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andy Taylor resolved JBMESSAGING-1282.
--------------------------------------
Resolution: Done
Previously we were only persisting the tx during the prepare stage if there were any durable messages that were sent or acked. Ive changed this so we now always write a tx record.
> Test XA recovery of temporary topic subscriptions
> -------------------------------------------------
>
> Key: JBMESSAGING-1282
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1282
> Project: JBoss Messaging
> Issue Type: Task
> Components: AS Integration
> Affects Versions: AS 5.0 Integration
> Reporter: Michael Musgrove
> Assignee: Andy Taylor
> Priority: Optional
> Fix For: 1.4.0.SP3.CP04, 1.4.1.GA
>
>
> After integrating JBossMQ recovery code into build 4.2.3.GA of the app server (see JIRA JBTM-279) XA recovery fails if any of the resources used in a transaction corresponds to a JMS topic that only has temporary subscriptions. What happens is that the TM records the transaction branch and when it replays the branch the JMS server does not have any record of the transaction so the TM can never complete the transaction. It works with durable subscriptions since JMS remembers the transaction id.
> I've raised this task in order to test the behavior of non-durable subscriptions with JBoss Messaging. The files used to test the feature on MQs are attached to JIRA JBTM-279.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list