Skip to content

Commit

Permalink
removed workaround for MULE-4647
Browse files Browse the repository at this point in the history
  • Loading branch information
ddossot committed Sep 2, 2010
1 parent 9e62f2f commit 83d36be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
Expand Up @@ -19,9 +19,9 @@
<jms:inbound-endpoint queue="messages">
<jms:transaction action="ALWAYS_BEGIN"/>
</jms:inbound-endpoint>
<forwarding-router>
<selective-consumer-router>
<regex-filter pattern="^STATUS: (OK|SUCCESS)$"/>
</forwarding-router>
</selective-consumer-router>
</inbound>
<outbound>
<pass-through-router>
Expand Down
Expand Up @@ -39,20 +39,9 @@
<jms:outbound-endpoint queue="data-warehouse">
<jms:transaction action="ALWAYS_JOIN" timeout="1000"/>
</jms:outbound-endpoint>
<!-- TODO this service should work without a reply-to router
<reply-to address="vm://LOGGER.IN"/>
-->
</multicasting-router>
</outbound>
</service>

<service name="logger">
<inbound>
<vm:inbound-endpoint path="LOGGER.IN" exchange-pattern="one-way"/>
</inbound>
<log-component/>
</service>

</model>

</mule>
Expand Up @@ -39,17 +39,9 @@
<jms:outbound-endpoint queue="data-warehouse">
<jms:transaction action="ALWAYS_BEGIN" timeout="1000"/>
</jms:outbound-endpoint>
<reply-to address="vm://LOGGER.IN"/>
</multicasting-router>
</outbound>
</service>

<service name="logger">
<inbound>
<vm:inbound-endpoint path="LOGGER.IN" exchange-pattern="one-way"/>
</inbound>
<log-component/>
</service>
</model>

</mule>

0 comments on commit 83d36be

Please sign in to comment.