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

Provides spring auto configuration for an embedded AMQP message broker. Based on Apache Qpid.

License

Notifications You must be signed in to change notification settings

ElderByte/spring-boot-starter-qpid-embedded

Repository files navigation

Download

spring-boot-starter-qpid-embedded

Provides spring auto configuration for an embedded AMQP message broker. Based on Apache Qpid.

Configuration

Configure the embedded qpid broker in your apps application.yml

# Embedded Qpid Broker
qpid.embedded:
  enabled: true
  port: 5672
  management.port: 8085
  vhost: default

When this starter is on the class-path, the broker will automatically get started. To disable the broker, set the qpid.embedded.enabled property to false.

About

Provides spring auto configuration for an embedded AMQP message broker. Based on Apache Qpid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages