简体   繁体   中英

Where is the JavaDoc for QueueConfiguration?

I explore the ActiveMQ Artemis Documentation and want to use the method createQueue to dynamically create queues. However, I can't find the right one which is not tagged with @Deprecated . The only one which was not deprecated is this one:

createQueue(QueueConfiguration queueConfiguration)

However, I get a 404 if I want to know what QueueConfiguration needs.

Can anybody tell me where I can find the JavaDoc for it?

The class org.apache.activemq.artemis.api.core.QueueConfiguration is in the artemis-commons module rather than the artemis-core-client module like most of the other client classes, and it appears that the JavaDoc for that module is not published during the release process. Please refer to the source code itself .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM