Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.1 KB

Travis Known Vulnerabilities

Citō Echo Example

ℹ️ Note: Citō has not yet been released yet, therefore this must be build locally prior to running this.

Very simple webapp that uses Citō and to echo responses back to the user. Simply run using

mvn wildfly-swarm:run

...and navigate to http://localhost:8080.

That's it!

Echo UI

FAQ

Why use the in-VM ConnectionFactory?

This demo utilises Wildfly Swarm which through fractions actually behaves as a JEE container and unfortunately the specification prohibits the direct use of MessageListener inside of a container. To ensure there are no unnecessary open ports and loop-back connections we access the in-VM ConnectionFactory directly which circumvents this restriction.