sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 54 forks source link

Stable Messenger 4.3 support #69

Closed danizord closed 5 years ago

danizord commented 5 years ago

I see that the commit https://github.com/sroze/messenger-enqueue-transport/commit/fbcaa00ec5714cfc01b70f0114d189351a5e8286 aims to add support for Messenger 4.3, but there's no tag for it yet.

Are there any missing tasks for complete 4.3 support?

rumours86 commented 5 years ago

use command: composer require enqueue/messenger-adapter:dev-master

rumours86 commented 5 years ago

it is does not work for me (

desmax commented 5 years ago

@rumours86 try point to specific commit "enqueue/messenger-adapter": "dev-master#fbcaa00ec5714cfc01b70f0114d189351a5e8286"

desmax commented 5 years ago

breaks with message The message could not be acknowledged because it does not have job set

desmax commented 5 years ago

@sroze your attention please

rumours86 commented 5 years ago

@keulinho can you make new release?

sroze commented 5 years ago

0.3.0 has been tagged :)