diff --git a/gfsBackendService/src/main/resources/application_localdev.yml b/gfsBackendService/src/main/resources/application_localdev.yml
index 480f1d32423f7802fc685695cd6c11e4d5e68565..c5eeb4caef8694cb5790a5a5e64a951a70e749c1 100644
--- a/gfsBackendService/src/main/resources/application_localdev.yml
+++ b/gfsBackendService/src/main/resources/application_localdev.yml
@@ -22,8 +22,8 @@ spring:
     port: 5672
     username: guest
     password: guest
-    queuename: failureImportQueueTest
-    routingkey: failureImportChannelTest.failureImportKeyTest
+    queuename: failureImportQueueLocalDev
+    routingkey: failureImportChannelLocalDev.failureImportKeyLocalDev
     exchangename: failureImportChannel
 
 
diff --git a/testImportGridFailures/src/main/resources/application_localdev.yml b/testImportGridFailures/src/main/resources/application_localdev.yml
index 65e4ca7e41ae97f0b623042025025b6e1fb1e08c..79cf5d2f00f24e8bf5c73059e9f334eb6ff90e72 100644
--- a/testImportGridFailures/src/main/resources/application_localdev.yml
+++ b/testImportGridFailures/src/main/resources/application_localdev.yml
@@ -22,8 +22,8 @@ spring:
     port: 5672
     username: guest
     password: guest
-    queuename: failureImportQueueTest
-    routingkey: failureImportChannelTest.failureImportKeyTest
+    queuename: failureImportQueueLocalDev
+    routingkey: failureImportChannelLocalDev.failureImportKeyLocalDev
     exchangename: failureImportChannel
 
 eureka: