contributte / rabbitmq

🐰 RabbitMQ (AMQP, STOMP, MQTT) using BunnyPHP for Nette Framework (@nette).
https://contributte.org/packages/contributte/rabbitmq.html
MIT License
24 stars 25 forks source link

Added autoCreate: lazy #52

Closed bckp closed 2 years ago

bckp commented 3 years ago

It will declare Exchanges and Queues only after connection is established (eg: you try to use it)

bckp commented 3 years ago

So far i did not notice any issue, but I will be happy if someone else try this code too... Docs update will be ready tomorow

f3l1x commented 3 years ago

Looks good to me. WDYT @paveljanda?

Can you add some basic test @bckp?

paveljanda commented 3 years ago

Agree, tests would be perfect. Also, there should be some info about that in the docs. Thx

bckp commented 3 years ago

OK, will wrote some tests and add docs, kind of busy now, but i will work on it ASAP :)

f3l1x commented 3 years ago

Any tests incoming? :-)

bckp commented 3 years ago

Well, kind busy... but Mallgroup/RabbitMQ with this is 7times faster then Contributte/RabbitMQ on requests!

paveljanda commented 3 years ago

That is perfect. :) Could you add some docs and preferably the tests as requested before? Thanks 🙌

f3l1x commented 2 years ago

How about finish this task? :-)

bckp commented 2 years ago

I will try during christmas... we are few versions ahead right now, so i need to sort things out first, so i can create more MR.

bckp commented 2 years ago

Hehe, i deleted that repository, cant add tests :/

f3l1x commented 2 years ago

What do you suggest @bckp?

bckp commented 2 years ago

Currently, I am working on 10.x-dev branch, it is based on your master, i removed Nette 2.4 support, switched to Nette/Schema in DI, added some of our fixes, SSL support, currently working on Federation support, when I will have this release ready, i will create MR, so we can be in SYNC again, is that good for you @f3l1x @paveljanda ?