This is an automated email from the ASF dual-hosted git repository.

brusdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bc1294  ARTEMIS-5433 - fix CreateQueue filter param
0bc1294 is described below

commit 0bc12940f0c30c3a4ee45e574864788c6fa8f7fd
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Wed Apr 16 11:57:09 2025 +0200

    ARTEMIS-5433 - fix CreateQueue filter param
---
 .../src/artemis-extension/artemis/queues/CreateQueue.tsx                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-console-extension/artemis-extension/src/artemis-extension/artemis/queues/CreateQueue.tsx
 
b/artemis-console-extension/artemis-extension/src/artemis-extension/artemis/queues/CreateQueue.tsx
index 3951d82..3b34979 100644
--- 
a/artemis-console-extension/artemis-extension/src/artemis-extension/artemis/queues/CreateQueue.tsx
+++ 
b/artemis-console-extension/artemis-extension/src/artemis-extension/artemis/queues/CreateQueue.tsx
@@ -44,7 +44,7 @@ export const CreateQueue: 
React.FunctionComponent<CreateQueueProps> = (props: Cr
         var queueConfiguration: any = {
             "name": queueName,
             "address": props.address,
-            "filter": filter,
+            "filter-string": filter,
             "routing-type": queueRoutingType.toUpperCase(),
             "durable": isDurableChecked,
             "max-consumers": maxConsumers,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to