Is it possible for Spring-XD to listen to more than one JMS broker at a time? -
Is it possible for Spring-XD to listen to more than one JMS broker at a time? -
i've managed spring xd working scenario have info coming in 1 jms broker. potentially facing scenario info ingestion happen different sources thereby needing me connect different brokers. based on current understanding, i'm not quite sure how there exists jms config file allows setup 1 broker.
is there workaround this?
at moment, have create separate jms-[provider]-infrastructure-context.xml each broker (in modules/common), phone call provider activemq2.
then utilize --provider=activemq2 in module definition.
(i used technique test sonicmq , hornetq providers).
spring-xd
Comments
Post a Comment