[
https://issues.jboss.org/browse/JBESB-1890?page=com.atlassian.jira.plugin...
]
Toshiya Kobayashi commented on JBESB-1890:
------------------------------------------
You can configure durable subscriber in jms-jca-provider as a workaround.
<providers>
<jms-jca-provider name="JBossMessagingForGW"
connection-factory="XAConnectionFactory">
<jms-bus busid="quickstartGwChannel">
<jms-message-filter
dest-type="TOPIC"
dest-name="topic/quickstart_jms_transacted_Request_gw"
transacted="true"
/>
</jms-bus>
<activation-config>
<property name="subscriptionDurability"
value="Durable"/>
<property name="subscriptionName"
value="XXX"/>
<property name="clientId"
value="YYY"/>
</activation-config>
</jms-jca-provider>
Unable to configure jms-message-filter as durable subscriber to a
Topic
-----------------------------------------------------------------------
Key: JBESB-1890
URL:
https://issues.jboss.org/browse/JBESB-1890
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.3
Reporter: Naveen Malik
Assignee: Tom Fennelly
Fix For: 4.9
It isn't possible to configure a jms-message-filter with dest-type="TOPIC"
as a durable subscriber.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira