Pavel Bodiachevskii
Pavel Bodiachevskii
@iancooper hi! One more day, and I'll merge fyi: @Gadam8 @dpwdec @VisualBean
@IsmaelMartinez looks good Waiting for test to test new property
Reference: RabbitMQ ``` channel.queue_bind(exchange=exchange_name, queue=queue_name, routing_key='black') ``` What do you think about next format: Proposed change is: ```json { "bindings": { "amqp": { "is": "routingKey", "name": "black", "channel": { "$ref":...
@timonback I'll approve it tomorrow, after test implementation
@timonback Merge latest master, where I have enabled json schemas test I'll attach patch with test to add and it's done Sorry for delay. I forget to write you back...
[tests__add_amqp_binding_0_4_0.patch](https://github.com/user-attachments/files/17202678/tests__add_amqp_binding_0_4_0.patch) @timonback
> Thanks for the help, adding tests for the bindings has paid off. > > @Pakisan I updated the PR. Does the `schemas/3.0.0.json` file need to be updated as well...
@jonaslagoni let's allow to merge @timonback is proposing great feature, for their and our community - extend ways do describe interaction with AMQP Lack of documentation it's not blocker for...
fyi: @derberg @jonaslagoni i'll merge it at this evening. Everything what's left, you can assign to me and I'll finish it as soon as it possible I need this stuff...
> @Pakisan do you mind turning on all tests? Its completely fine if they fail as either it's the example that are incorrect or the JSON schema file If failed...