ibm-messaging / mq-helm

Apache License 2.0
25 stars 33 forks source link

Queue's default persistance in native ha mode #68

Closed lavalex closed 7 months ago

lavalex commented 7 months ago

Hello,

I've noticed a strange thing. When I modify DEFPSIST of one of the pre created queues, for example DEV.QUEUE.1, after the failover it is set to NO again ... But if I create a new queue, perform couple of failovers, then modify DEFPSIST to YES and perform failover again, it's kept (as expected).

what is different about pre created queues in the container?

Thank you

callumpjackson commented 7 months ago

This is really a question for the mq-containers repository and not mq-helm. The DEV.QUEUE.1 is created by a MQSC file embedded within the image. You can see the source of the file here. Every time the container is started it will re-load this MQSC file, and over-write your manual changes. If you have further questions please ask them in the mq-containers repository.