I Eugene,
Now that you have figured out how to work with jms to jms bridges in
pure spring, if you get a chance, could you add an example here? :
http://goopen.org/confluence/pages/editpage.action?pageId=40
Thanks!
On 8/2/06, Eugene Prokopiev <prokopiev@stc.donpac.ru> wrote:
> > The JmsQueueConnector has:
> ...
> > outboundQueueBridges property that you can set to a list of
> > OutboundQueueBridge objects.
>
> Thanks, my code works correctly after adding:
>
> <bean class="org.apache.activemq.network.jms.JmsQueueConnector">
> ...
> <property name="outboundQueueBridges">
> <list>
> <bean class="org.apache.activemq.network.jms.OutboundQueueBridge">
> <constructor-arg value="messages.input"/>
> </bean>
> </list>
> </property>
> </bean>
>
>
--
Regards,
Hiram
Blog: http://hiramchirino.com
|