Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.
/ amqp-spring Public archive

Sketch for an AMQP Spring-integration using the RabbitMQ API

Notifications You must be signed in to change notification settings

yawn/amqp-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A very raw sketch for a possible AMQP-Spring integration.

What it does do atm.?

  • Provides connection and channel factory abstractions
  • Provides classes for exchanges, queues, bindings (many bindings wrapped in one binding class actually), messages and subscriptions (the latter two are very raw currently)
  • A custom namespace for components (exchanges, queues, bindings)
  • A few preconfigured components like reply queues or the default exchange

What is planned for it?

  • Refreshable channels and connection (that is – they can re-establish a connection to a message broker if the connection fails
  • Autowiring of all channel requiring components if only one connection is detected in the application context
  • Better abstractions for producers and consumers
  • Sensible exceptions
  • Stuff

About

Sketch for an AMQP Spring-integration using the RabbitMQ API

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages