Closed MollocH closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue was closed because it has been stalled for 10 days with no activity.
Hey there,
I am currently writing a new version for our https://github.com/auxmoney/OpentracingBundle-amqplib-RabbitMq which will support Version 2 of this bundle. While researching I found out that the producer implementation does not respect its interface.
This is the implementation:
public function publish($msgBody, $routingKey = null, $additionalProperties = array(), array $headers = null)
And this the interfacepublic function publish($msgBody, $routingKey = '', $additionalProperties = array());
As far as I can see, there is already a PR for this issue since 2017. Do you need any help in merging it ?