xoom-lattice-exchange-rabbitmq
The VLINGO XOOM platform SDK implementation of XOOM LATTICE Exchange for RabbitMQ.
Docs: https://docs.vlingo.io/xoom-lattice/exchange
See the primary protocol and related ones:
See the following tests for examples:
- io.vlingo.xoom.lattice.exchange.rabbitmq.ExchangeFactoryTest
- io.vlingo.xoom.lattice.exchange.rabbitmq.FanOutExchangeTest
Installation
<dependencies>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice-exchange-rabbitmq</artifactId>
<version>1.7.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
dependencies {
compile 'io.vlingo.xoom:xoom-lattice-exchange-rabbitmq:1.7.7'
}
Docker and Bouncing the Server Volume
RabbitMQ must be running for tests. See the rmqbounce.sh
. This shell script can be used to bounce the RabbitMQ volume named in docker-compose.yml
:
xoom-lattice-exchange-rabbitmq
$ ./rmqbounce.sh
License (See LICENSE file for full license)
Copyright © 2012-2021 VLINGO LABS. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.