Skip to content
/ pqseda Public

Seda-like camel component that uses permqueue for async communication

Notifications You must be signed in to change notification settings

maciekr/pqseda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pqseda

Seda-like camel component that uses permqueue (https://github.com/maciekr/permqueue) for async delivery

How-To

The component registers with camel under the name : "pqseda"

from("direct:input").to("pqseda:aQueueName?parallelExchanges=2"); from("pqseda:aQueueName?parallelExchanges=2").to("bean:process");

About

Seda-like camel component that uses permqueue for async communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages