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

Support AMQP 1.0 #304

Closed
dextervip opened this issue Dec 29, 2017 · 4 comments
Closed

Support AMQP 1.0 #304

dextervip opened this issue Dec 29, 2017 · 4 comments
Labels

Comments

@dextervip
Copy link

Hey,

I am trying to use this lib with ActiveMQ however I noticed ActiveMQ only supports AMQP 1.0 and looks like the library doesn't supports AMQP 1.0. Any workaround for this?

@makasim
Copy link
Member

makasim commented Dec 29, 2017

Unfortunately, I cannot offer you anything. Enqueue supports AMQP 0.9.1 version and 1.0 is a completely different protocol. I haven't found anything matured enough and related to AMQP 1.0 in PHP.

So it seems like we have to write it from scratch.

@makasim
Copy link
Member

makasim commented Jan 2, 2018

added AMQP 1.0 to the list of nice to have transports: #284

@makasim makasim closed this as completed Jan 2, 2018
@dextervip
Copy link
Author

Thanks @makasim, That would be great to have on radar. AWS just released a fully managed message broker and would be awesome to use it in PHP. Regards.

@makasim
Copy link
Member

makasim commented Jan 2, 2018

@dextervip yeah agree! That would great to have one.

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

No branches or pull requests

2 participants