[esb-issues] [JBoss JIRA] Work started: (JBESB-1065) Add Peristent, Priority, and TimeToLive to NotifyJMS and JMSRouter

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Thu Sep 27 08:07:41 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBESB-1065?page=all ]

Work on JBESB-1065 started by Daniel Bevenius.

> 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: Documentation, Rosetta
>            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

        



More information about the esb-issues mailing list