Educational Spring-project.
Contains different examples from spring-integration guide.
- Mac OS
./gradlew build
- Windows
gradlew build
- Mac OS
./gradlew bootRun
- Windows
gradlew bootRun
- Go to ActiveMQ admin console.
- Click at Manage ActiveMQ broker.
- Click Send tab:
3.1. Choose Destination =ip.queue
3.2. Message body = ${ipAddress} (like '208.80.152.201')
3.3. Click 'Send' button - Click Queues tab and find message with your geolocation by ip address in
location.queue
- Go to ActiveMQ admin console.
- Click at Manage ActiveMQ broker.
- Click Topics tab and choose
message.topic
. - Enter some message and click 'Send' button -> your message will be handled by 2 consumers.