[
http://jira.jboss.com/jira/browse/JBESB-1065?page=all ]
Daniel Bevenius resolved JBESB-1065.
------------------------------------
Resolution: Done
Committed revision 15404.
Add Peristent, Priority, and TimeToLive to NotifyJMS and JMSRouter
------------------------------------------------------------------
Key: JBESB-1065
URL:
http://jira.jboss.com/jira/browse/JBESB-1065
Project: JBoss ESB
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Rosetta, Documentation
Reporter: Daniel Bevenius
Assigned To: Daniel Bevenius
Priority: Minor
Fix For: 4.2.1 IR1
Add the following properties to JMSRouter:
<action name="route"
class="org.jboss.soa.esb.actions.routing.JMSRouter">
<property name="jndiName" value="queue/queueName"/>
<property name="unwrap" value="true"/>
<property name="persistent" value="true"/>
<property name="priority" value="10"/>
<property name="time-to-live" value="60000"/>
</action>
And top NotifyJMS:
<action name="notify"
class="org.jboss.soa.esb.actions.Notifier">
<property name="okMethod" value="notifyOK" />
<property name="notification-details">
<NotificationList type="OK">
<target class="NotifyQueues">
<queue jndiName="queue/queueName"
persistent="false"
priority="3"
time-to-live="60000"
connection-factory="ConnectionFactory">
<messageProp name="propName" value="val"/>
</queue>
</target>
</NotificationList>
</property>
</action>
Update the MessageActionGuide to reflect this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira