spring-batchsolacesolace-mq

Is there a way to integrate solace with spring batch


I'm looking to integrate solace with spring batch process/vise-versa where the spring itemwriter should be a solace topic/queue. Is there a way to do this? I have a few tips on spring with solace but those are independent messages. I' looking for batch insertion to solace.


Solution

  • Solace has a Spring Framework integration guide over at http://dev.solacesystems.com/integration-guides/spring-framework/

    It has the necessary JmsTemplate configuration that is required by Spring Batch's JmsItemWriter or JmsItemReader.