# spring-integration-poc **Repository Path**: codingwen/spring-integration-poc ## Basic Information - **Project Name**: spring-integration-poc - **Description**: spring integration sample - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Spring Integration Sample - Message Route ======= Requirements - Application A : SpringMVC Application with embedded ActiveMQ Server and Broker - Application A should generate messages to a channel - Some messages of certain type will throw a runtime exception - Spring Integration should catch the exception and put it's stack trace to the activemq queue - Application B : a Spring Application which could load messages from the activemq queue