You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Kristian Koehler (JIRA)" <ji...@apache.org> on 2007/12/12 07:12:26 UTC

[jira] Assigned: (SM-1150) Additional Flow configuration for Geronimo ServiceMix Service

     [ https://issues.apache.org/activemq/browse/SM-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Koehler reassigned SM-1150:
------------------------------------

    Assignee: Kristian Koehler

> Additional Flow configuration for Geronimo ServiceMix Service
> -------------------------------------------------------------
>
>                 Key: SM-1150
>                 URL: https://issues.apache.org/activemq/browse/SM-1150
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: geronimo
>    Affects Versions: 3.3
>            Reporter: Kristian Koehler
>            Assignee: Kristian Koehler
>         Attachments: geronimo-plugin.patch
>
>
> Hi
> with the attached patch it is possible a configure Flows for the Geronimo ServiceMix Service plugin. There is also a flag for persistence available. 
> Sample config:
> --- 8< ---
>     <gbean name="JMSFlow" class="org.apache.servicemix.geronimo.flow.JMSFlowGBean">
>         <attribute name="jmsURL">tcp://localhost:61616</attribute>
>         <attribute name="broadcastDestinationName">org.apache.servicemix.JMSFlow</attribute>
> 	</gbean>
>     <gbean name="StFlow" class="org.apache.servicemix.geronimo.flow.StFlowGBean">
> 	</gbean>
>     <gbean name="ServiceMixJBIContainer" class="org.apache.servicemix.geronimo.ServiceMixGBean">
>         <attribute name="name">servicemix</attribute>
>         <attribute name="persistent">true</attribute>
>         <attribute name="transactionManager">?name=TransactionManager</attribute>
>         <attribute name="flows">?j2eeType=ServiceMixFlow</attribute>
>         <!-- relative to bin directory -->
>         <attribute name="directory">../var/servicemix</attribute>
>     </gbean>
> --- 8< ---
> Kristian

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.