Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMQP Transport #284

Open
6 of 9 tasks
DamianMac opened this issue Dec 12, 2019 · 3 comments
Open
6 of 9 tasks

AMQP Transport #284

DamianMac opened this issue Dec 12, 2019 · 3 comments
Assignees
Milestone

Comments

@DamianMac
Copy link
Contributor

DamianMac commented Dec 12, 2019

Build a Transport using the AMQPNetLite library.

This will give us support for.

  • Azure Service Bus
  • Active MQ
  • RabbitMQ (With the ampq 1.0 plugin)

Todo

  • Connection strings
  • Connection / Session Management
  • Command Sending
  • Event Publishing
  • Command handling
  • Event Handling
  • Request sending
  • Request Handling
  • Dead Letter
This was referenced Dec 12, 2019
@DamianMac DamianMac added this to the 4.0 milestone Dec 12, 2019
@JeremyCade JeremyCade self-assigned this Jul 16, 2021
@JeremyCade
Copy link
Collaborator

We appear to have the basics of working:

  • Connection & Session Management
  • Command and Event Sending/Publishing
  • Command Handling
  • Event Handling

Request Sending/Handling + Dead Letter is still to be done.

@DamianMac
Copy link
Contributor Author

Durable queues too.
Some doco to investigate : Azure/amqpnetlite#469
Azure/amqpnetlite#101

@DamianMac
Copy link
Contributor Author

Work a look too https:/apache/activemq-nms-amqp
built on top of amqplite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants