karlll / eiffel-remrem-produce

eiffel-remrem-produce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemRem Produce

RemRem Produce is a microservice allowing sending of messages to a topic based exchange on a RabbitMQ Server. It has an endPoint that must be called a relative link

How to Install?

Binary is relased via jitPack and latest version can be accessed via Latest Version Binary

RemRem Produce microservice in this repository are licensed under the Apache License 2.0.

How to use?

Two parameters need to be provided:

  • rabbitmq.exchange.name (String)
  • rabbitmq.host (String)

For stand-alone deployment, it can be utilized like this: java -Drabbitmq.host=127.0.0.1 -Drabbitmq.exchange.name=eiffel.poc -jar eiffel-remrem*

Binary comes in War format which allows easy deployment in application servers such as Tomcat. In that case, these parameters must be provided to java process running tomcat.

IMPORTANT NOTICE: The contents of this repository currectly reflect a DRAFT. The Eiffel framework has been used in production within Ericsson for several years to great effect; what is presented here is a revision and evolution of that framework - an evolution that is currently ongoing. In other words, anything in this repository should be regarded as tentative and subject to change. It is published here to allow early access and trial and to solicit early feedback.

About

eiffel-remrem-produce

License:Apache License 2.0


Languages

Language:Java 100.0%