How To Set Default JMS Destination Properties For All The Queues/Topics At Once In GlassFish Message Queue?
(Doc ID 1582437.1)
Last updated on OCTOBER 24, 2024
Applies to:
Oracle GlassFish Server - Version 2.1 and laterInformation in this document applies to any platform.
Goal
The following commands can be used to set JMS destination properties for each queue/topic one by one.
imqcmd create dst -n $queueName -t t -o "limitBehavior=REJECT_NEWEST" -o "maxTotalMsgBytes=50000m"
or
imqcmd update dst -t t -n $queueName -o consumerFlowLimit=500
Is there a way to set a JMS destination property for all the queues/topics all at once instead of setting them for one queue/topic at a time (without go through each queue/topic one by one) ?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |