diff --git a/apimanager/methodrouting/templates/methodrouting/index.html b/apimanager/methodrouting/templates/methodrouting/index.html
index 3652a53..0b5b33e 100644
--- a/apimanager/methodrouting/templates/methodrouting/index.html
+++ b/apimanager/methodrouting/templates/methodrouting/index.html
@@ -45,6 +45,7 @@
+
{% elif method_routing.connector_name == "internal" %}
@@ -54,6 +55,7 @@
+
{% elif method_routing.connector_name == "kafka_vSept2018" %}
# This will be selected
@@ -61,7 +63,8 @@
-
+
+
{% elif method_routing.connector_name == "akka_vDec2018" %}
# This will be selected
@@ -69,6 +72,7 @@
+
{% elif method_routing.connector_name == "rest_vMar2019" %}
# This will be selected
@@ -76,6 +80,7 @@
+
{% elif method_routing.connector_name == "kafka_vMay2019" %}
# This will be selected
@@ -92,6 +97,16 @@
+
+ {% elif method_routing.connector_name == "rabbitmq_vOct2024" %}
+ # This will be selected
+
+
+
+
+
+
+
{% endif %}