I am using Apache Artemis broker and Apache camel JMS component
as i am using Apache camel JMS component so here, i am listening the topic
from(jms:topic:my_topic?durableSubscriptionName=dsn&clientId=testId)
.log("......>")
Here i have set
clientId = testId
topic = my_topic
durableSubscriptionName = "dsn"
Now when i am using management-console.UI, so it's showing me empty client id in consumer id
In above image Queue = testId.dsn where testId is a clientId and dsn is a subscription name.
also no clientId showing under client header.
why client name is no showing under client header. and also why Queue value is showing concatenation of clientId + subscription name
please help here, thank you!