@@ -546,6 +546,9 @@ The broker option tell each component which broker to contact.
546
546
Once connected to an AMQP broker, the user needs to bind a queue
547
547
to exchanges and topics to determine the notification messages of interest.
548
548
549
+ This *subtopic * option should appear after the *broker * setting in files
550
+ for the setting to apply to a given queue.
551
+
549
552
550
553
bufSize <size> (default: 1MB)
551
554
-----------------------------
@@ -742,6 +745,9 @@ The queue will be written to and recovered from disk if the broker is restarted.
742
745
Note: only *persistent * messages will remain in a durable queue after a broker restart.
743
746
Persistent messages can be published by enabling the **persistent ** option (it is enabled by default).
744
747
748
+ This *subtopic * option should appear after the *durable * setting in files
749
+ for the setting to apply to a given queue.
750
+
745
751
fileEvents <event,event,...>
746
752
----------------------------
747
753
@@ -781,6 +787,9 @@ are uptodate. If the exchange already exists, this flag can be set to False,
781
787
so no attempt to exchange the queue is made, or it´s bindings.
782
788
These options are useful on brokers that do not permit users to declare their exchanges.
783
789
790
+ This *subtopic * option should appear after the *exchangeDeclare * setting in files
791
+ for the topic bindings to apply to the given queue.
792
+
784
793
785
794
786
795
expire <duration> (default: 5m == five minutes. RECOMMEND OVERRIDING)
@@ -803,6 +812,9 @@ The default is set low because it defines how long resources on the broker will
803
812
and in early use (when default was 1 week) brokers would often get overloaded with very
804
813
long queues for left-over experiments.
805
814
815
+ This *subtopic * option should appear after the *expire * setting in files
816
+ for the topic bindings to apply to the given queue.
817
+
806
818
807
819
filename <keyword> (default:None)
808
820
-----------------------------------
@@ -1531,6 +1543,9 @@ optimal load sharing, the prefetch should be set as low as possible. However, o
1531
1543
haul links, it is necessary to raise this number, to hide round-trip latency, so a setting
1532
1544
of 10 or more may be needed.
1533
1545
1546
+ This *subtopic * option should appear after the *prefetch * setting in files
1547
+ for the setting to apply to a given queue.
1548
+
1534
1549
queueBind
1535
1550
---------
1536
1551
@@ -1540,6 +1555,9 @@ are uptodate. If the queue already exists, These flags can be
1540
1555
set to False, so no attempt to declare the queue is made, or it´s bindings.
1541
1556
These options are useful on brokers that do not permit users to declare their queues.
1542
1557
1558
+ This *subtopic * option should appear after the *queueBind * setting in files
1559
+ for the setting to apply to a given queue.
1560
+
1543
1561
queueDeclare
1544
1562
------------
1545
1563
@@ -1549,6 +1567,9 @@ are uptodate. If the queue already exists, These flags can be
1549
1567
set to False, so no attempt to declare the queue is made, or it´s bindings.
1550
1568
These options are useful on brokers that do not permit users to declare their queues.
1551
1569
1570
+ This *subtopic * option should appear after the *queueDeclare * setting in files
1571
+ for the setting to apply to a given queue.
1572
+
1552
1573
queueName|queue|queue_name|qn
1553
1574
-----------------------------
1554
1575
0 commit comments