[
https://issues.apache.org/jira/browse/CAMEL-18470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Devansh Arora updated CAMEL-18470:
----------------------------------
Description:
we are using camel-rabbitmq
we upgraded to 3.18.1 from 3.14.2 recently.
to send a message to rabbitmq queue we using camel producer template.
In our endpoint uri for rabbitmq, we set skipQueueDeclare=true. by enabling
this we donot need to declare queue name.
after upgrade to 3.18.1 we are seeing below errors while sending message to
rabbitmq
Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol
method: #method<channel.close>(reply-code=404, reply-text=NOT_FOUND - no queue
'1892359723' in vhost 'myvhost', class-id=50, method-id=10)
Ideally it should not take any queue name.
was:
we are using camel-rabbitmq
we upgraded to 3.18.1 from 3.14.2 recently.
to send a message to rabbitmq queue we using camel producer template.
In our endpoint uri for rabbitmq, we set skipQueueDeclare=true. by enabling
this we donot need to declare queue name.
after upgrade to 3.18.1 we are seeing below errors while sending message to
rabbitmq
Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol
method: #method<channel.close>(reply-code=404, reply-text=NOT_FOUND - no
queue '1892359723' in vhost 'myvhost', class-id=50, method-id=10)
Ideally it should take any queue name.
> skipQueueDeclare option is not working in 3.18.1. was working in 3.14.x
> ------------------------------------------------------------------------
>
> Key: CAMEL-18470
> URL: https://issues.apache.org/jira/browse/CAMEL-18470
> Project: Camel
> Issue Type: Bug
> Components: camel-rabbitmq
> Affects Versions: 3.18.1
> Reporter: Devansh Arora
> Priority: Major
>
> we are using camel-rabbitmq
> we upgraded to 3.18.1 from 3.14.2 recently.
> to send a message to rabbitmq queue we using camel producer template.
> In our endpoint uri for rabbitmq, we set skipQueueDeclare=true. by enabling
> this we donot need to declare queue name.
> after upgrade to 3.18.1 we are seeing below errors while sending message to
> rabbitmq
> Caused by: com.rabbitmq.client.ShutdownSignalException: channel error;
> protocol method: #method<channel.close>(reply-code=404, reply-text=NOT_FOUND
> - no queue '1892359723' in vhost 'myvhost', class-id=50, method-id=10)
> Ideally it should not take any queue name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)