8000 GitHub - openMF/message-consumer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

openMF/message-consumer

Repository files navigation

message-consumer

Event Consumption via Kafka or JMS

Spring Profiles

Profile Behavior
kafka Enables Kafka-based event consumption
jms Enables JMS/ActiveMQ-based consumption
(none) Disables both consumers

Running with Kafka

./gradlew bootRun --args='--spring.profiles.active=kafka'

Running with JMS

./gradlew bootRun --args='--spring.profiles.active=jms'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

0