JMS ConnectionFactory Management

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 712

This topic has not yet been written. The content below is from the topic description.
30.1.2.2. JMS ConnectionFactory Management JMS Connection Factories can be managed using the ConnectionFactoryControl class (with the ObjectName org.hornetq:module=JMS,type=ConnectionFactory,name=" " or the resource name jms.connectionfactory.). Retrieving connection factory attributes The ConnectionFactoryControl exposes JMS ConnectionFactory configuration through its attributes (e.g. getConsumerWindowSize() to retrieve the consumer window size for flow control, isBlockOnNonDurableSend() to know whether the producers created from the connection factory will block or not when sending non-durable messages, etc.)