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/14 17:45:27 UTC

[jira] Resolved: (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 resolved SM-1150.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3

Modified: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix\pom.xml  
Modified: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix\src\plan\geronimo-service.xml  
Modified: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\pom.xml  
Modified: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\ServiceMixGBean.java  
Adding: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\flow  
Adding: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\flow\JCAFlowGBean.java  
Adding: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\flow\JMSFlowGBean.java  
Adding: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\flow\StFlowGBean.java  
Sending content: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\flow\StFlowGBean.java  
Sending content: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\flow\JMSFlowGBean.java  
Sending content: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\pom.xml  
Sending content: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\flow\JCAFlowGBean.java  
Sending content: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix\pom.xml  
Sending content: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\ServiceMixGBean.java  
Sending content: D:\opensource-projects\sm_trunk\platforms\geronimo\servicemix\src\plan\geronimo-service.xml  
Completed: At revision: 604222  


> 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
>             Fix For: 3.3
>
>         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.