Rajesh Kumar

Results 20 comments of Rajesh Kumar

> Error message clearly says "**no exchange 'magento' in vhost"**. Looks like You are trying to bind queue to non existing exchange and it's not a library issue. We are...

@lukebakken thank you for the response! Regarding first screenshot it was my mistake, i attached some different screenshot. sorry for the same. Second screenshot is correct, RabbitMQ connection is not...

@ramunasd @egorgrushko If you can see we are attempting to make connection https://github.com/magento/magento2/blob/2.4-develop/lib/internal/Magento/Framework/Amqp/Connection/Factory.php#L26-L43 and this request processed by object manager and reading the constructor parameters here - https://github.com/magento/magento2/blob/2.4-develop/lib/internal/Magento/Framework/Code/Reader/ClassReader.php#L32-L62 If you...

@ramunasd Still i am debugging and working to get the final root cause, one more thing i found this class is https://github.com/php-amqplib/php-amqplib/blob/v3.6.0/PhpAmqpLib/Connection/AMQPSSLConnection.php is extending to https://github.com/php-amqplib/php-amqplib/blob/v3.6.0/PhpAmqpLib/Connection/AMQPStreamConnection.php and calling the parent...

Hi @ramunasd @lukebakken I have done more investigated and tried to adapt the changes at adobe commerce side. Now i am create a of object directly of `AMQPStreamConnection` and `AMQPSSLConnection`...

> @glo71317 we do have integration tests for secure connections > > @egorgrushko any comments how to resolve this issue? maybe shall we revert changes if compatibility is broken? I...

It is very hard to say there is client side or php-amqplib side. because i did not find correct RCA for the same. It is sure, issue with latest version...

@ramunasd Today i tested and found only one minor error which is coming from `trigger_error` method https://github.com/php-amqplib/php-amqplib/blob/master/PhpAmqpLib/Connection/AMQPStreamConnection.php#L49 To fix this issue i raised one test pr - https://github.com/glo71317/php-amqplib/pull/1/files which worked...

@ramunasd Are you planning to deliver this sooner - https://github.com/php-amqplib/php-amqplib/pull/1163/?