You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Devansh Arora (Jira)" <ji...@apache.org> on 2022/09/06 12:10:00 UTC

[jira] [Created] (CAMEL-18470) skipQueueDeclare option is not working in 3.18.1. was working in 3.14.x

Devansh Arora created CAMEL-18470:
-------------------------------------

             Summary: 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


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&lt;channel.close&gt;(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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)