Update Rabbitmq exchange type when using spring integration
up vote
0
down vote
favorite
I currently have a defined rabbitmq exchange in my spring xml that is a fanout. I want to change it to a direct but when i deploy my new project the exchange is not updated. I see spring tries to create but fails.
Is there an override I am missing?
java spring rabbitmq spring-integration
New contributor
add a comment |
up vote
0
down vote
favorite
I currently have a defined rabbitmq exchange in my spring xml that is a fanout. I want to change it to a direct but when i deploy my new project the exchange is not updated. I see spring tries to create but fails.
Is there an override I am missing?
java spring rabbitmq spring-integration
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I currently have a defined rabbitmq exchange in my spring xml that is a fanout. I want to change it to a direct but when i deploy my new project the exchange is not updated. I see spring tries to create but fails.
Is there an override I am missing?
java spring rabbitmq spring-integration
New contributor
I currently have a defined rabbitmq exchange in my spring xml that is a fanout. I want to change it to a direct but when i deploy my new project the exchange is not updated. I see spring tries to create but fails.
Is there an override I am missing?
java spring rabbitmq spring-integration
java spring rabbitmq spring-integration
New contributor
New contributor
New contributor
asked Nov 21 at 22:28
Howwitzer
6
6
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
It cannot be done; you can't change an exchange type after it is created.
You have to delete it and recreate.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
It cannot be done; you can't change an exchange type after it is created.
You have to delete it and recreate.
add a comment |
up vote
0
down vote
It cannot be done; you can't change an exchange type after it is created.
You have to delete it and recreate.
add a comment |
up vote
0
down vote
up vote
0
down vote
It cannot be done; you can't change an exchange type after it is created.
You have to delete it and recreate.
It cannot be done; you can't change an exchange type after it is created.
You have to delete it and recreate.
answered Nov 22 at 1:36
Gary Russell
77k64166
77k64166
add a comment |
add a comment |
Howwitzer is a new contributor. Be nice, and check out our Code of Conduct.
Howwitzer is a new contributor. Be nice, and check out our Code of Conduct.
Howwitzer is a new contributor. Be nice, and check out our Code of Conduct.
Howwitzer is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53421327%2fupdate-rabbitmq-exchange-type-when-using-spring-integration%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown