Closed KevinGossentCap closed 8 years ago
How can we reproduce with a released Qpid client version?
I know for sure it's Qpid Java client and only the version 1.0 of the AMQP protocol. As soon as I have the needed additional information from Informatica (should be today) I'll report here or have them report directly.
I've gotten some information. Here is the exact platform used by their implementation : https://mvnrepository.com/artifact/org.apache.camel/camel-amqp/2.14.3
To test/debug, I've gone down to doing the following scenario in their tool:
What I see is:
I'll continue to fill the gap with any information you could ask for which I have/receive answer hoping one of their dev team will afterwards take the lead if/when needed.
Can you please try 3.6.3
? There weren't many changes in this plugin since 3.5.6
but there were some, e.g. https://github.com/rabbitmq/rabbitmq-amqp1.0/commit/d265b45f8ba7ce71c6768f30e78dd2604d035a22.
Ok, I'll test with 3.6.3 (but I have tested 2 days ago with 3.6.2 and had same issue).
An other possibility would be that I create an account on the Informatica plateform for you to take/install an agent to run on you side and we could make the change for the scenario to be able to run on your side at will. (and then see maybe more information on RabbitMQ's side that what I can see myself)
Thank you for the offer, we will have to find a way to reproduce with straight Qpid, so I'd focus on that.
On Thu, Jul 21, 2016 at 2:53 PM, KevinGossentCap notifications@github.com wrote:
Ok, I'll test with 3.6.3 (but I have tested 2 days ago with 3.6.2 and had same issue).
An other possibility would be that I create an account on the Informatica plateform for you to take/install an agent to run on you side and we could make the change for the scenario to be able to run on your side at will. (and then see maybe more information on RabbitMQ's side that what I can see myself)
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rabbitmq/rabbitmq-amqp1.0/issues/31#issuecomment-234232064, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAEQs25v7qfMeFnuumHzdj4EUFndWapks5qX123gaJpZM4JRmNj .
MK
Staff Software Engineer, Pivotal/RabbitMQ
I transmitted the request regarding the need to reproduce it in pure Qpid. In the meantime if it can help, the product itself is a BPMN product and here is the BPEL definition of the process. test-Queue-to-Queue.zip
Hi @michaelklishin , Here is @tjohnsoninformatica from Informatica with which I'm interracting. he'll be going with you on the subject to have a process working so that we can all find the thing which is not doing as expected and in the end making the connection work. I'll let him express how we propose to build the testing scenario, it will imply some actions on both sides.
Hoping to have some incites soon :)
Hi @michaelklishin , In order for you guys to test what we're sending, which is causing an issue, I'll need to setup a webservice which you can call, which posts the payload to a RabbitMQ queue which you provide. Please could you set up a queue which we can access from the internet to post to. Once I have that, I can create the required process and send you the details.
Regards Trevor
Hi @michaelklishin , Any update on the queue needed to reproduce the issue?
Regards Trevor
Hi! It looks like the attach
method's source specifies a list of outcomes and it hits a bug in the plugin. I could reproduce it by manually calling the function. Now I'm trying to reproduce with a real connection.
Hey, let me know if you need me to set something up to reproduce the issue using our systems. I can easily create a process that would be exposed of ReST which could put a message on your queue. All I'd need is the queue to be made public on the internet.
I believe we have a good enough understanding of the problem to come up with a test case. A new test suite that was merged last week, which also helps.
Hi @KevinGossentCap and @tjohnsoninformatica! I pushed a patch for this issue in the branch linked above this comment.
Could you please try it and tell me if it fixes your issue?
Note that we can produce a one-off plugin or even server build if necessary, let us know. Thank you.
On Tue, Jul 26, 2016 at 1:19 PM, Jean-Sébastien Pédron < notifications@github.com> wrote:
Hi @KevinGossentCap https://github.com/KevinGossentCap and @tjohnsoninformatica https://github.com/tjohnsoninformatica! I pushed a patch for this issue in the branch linked above this comment.
Could you please try it and tell me if it fixes your issue?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rabbitmq/rabbitmq-amqp1.0/issues/31#issuecomment-235227997, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAEQqC9Xjw_Lg60Z9wsRAqs-hcnsS-Eks5qZd83gaJpZM4JRmNj .
MK
Staff Software Engineer, Pivotal/RabbitMQ
Hi @michaelklishin and @dumbbell , Yes, having a one-off plugin to test how it works on our end would help. With it I'll see how exactly to replace the included plugin with the one-off one and test if it solves the whole problem. regards
GitHub doesn't let me attach the plugin, so I followed up by email.
You can drop the plugin in the RabbitMQ plugins directory. You must also remove the existing AMQP 1.0 plugin. Note that the existing plugin will have a version number in its filename, unlike the one I sent by email.
Hi @michaelklishin , @dumbbell , I tested the the plugin with Rabbit 3.6.3 and we are now able to push messages in Queues :+1: . For testing purpose I'll also test it with Rabbit 3.5.6 to see if it's Rabbit version indépendant (which would also be a great news). Thanks for your work.
3.6.x
plugins are not generally expected to work with 3.5.x
but it might work in this case.
Hi ,
I downloaded RabbitMQ 3.6.12 and I have the same issue when it writes to a queue through 1.0 plugin.
Could someone please send me the patch . Thank you.
Hi, I'm actually trying to make use of RabbitMQ with a "Informatica Cloud Real Time" iPaaS plateform. This product is implementing AMQP 1-0 through Java QPid (I don't know the version yet but I'll know soon).
I'm able to have a listener getting messages without any problem. The problem is when it tries to write to a queue (any queue).
If it can help here are what gives the 2 Rabbit log files. log:
sasl.log
Hoping to find a way to make it work. rabbitmq.config.txt