Does Dynamic queues getting created with secure property enabled?

Does Dynamic queues getting created with secure property enabled?

book

Article ID: KB0080068

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service All

Description

The properties inherited from a parent are in addition to the properties defined for the child destination.

Dynamic queue/topic are created,when there exists a static parent queue/topic in the queues.conf/topics file regardless of the fact that authorization is turned on or off. If those static parent queue/topic have secure property enabled, then the consequent dynamic queues generated would also be secure in nature.

One can verify the details by viewing the SNFGXIBCT field in the show queue <dynamic Queue name> output. The first field of SNFGXIBCT would be * which means property is present, and was inherited from another queue.

Environment

All

Resolution

One can prevent dynamic queues/topics by not using wild card characters while defining the static queues/topics in queues.conf/topics file.
 

Issue/Introduction

The dynamic queues that are created on-the-fly by applications using QueueSession.createQueue() and TopicSession.createTopic(), The properties inherited from a parent are in addition to the properties defined for the child destination.