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

dansiviter/cito-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Super-simple echo site demonstrating Citō.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published