We would like to use Wildcards in Consuming JMS Queues. As for example all queues starting with AQ* should be browsed:
[jms-tst]
activation_key = xxxxxxyyyyyyyy
browse_mode = stats
browse_queue_only = 1
durable = 0
hec_batch_mode = 0
hec_https = 0
index = jms
index_message_header = 0
index_message_properties = 0
init_mode = jndi
jms_connection_factory_name = ConnectionFactory
jndi_initialcontext_factory = org.apache.activemq.jndi.ActiveMQInitialContextFactory
jndi_provider_url = failover:ssl://<hostname1>,ssl://<hostname2>:61617
output_type = stdout
strip_newlines = 1
jndi_pass = xx
jndi_user = xx
destination_pass = xx
destination_user = xx
browse_frequency = 600
[jms-tst://queue/dynamicQueues/AVQ.TO.FTX.MKDI.AVAST11]
sourcetype = jms:ftx
[jms-tst://queue/dynamicQueues/AVQ*]
sourcetype = jms:ftx
Is this possible? Or is there another way to achieve this without adding all the queues?
Thanks
Ben