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
         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.

Reply via email to