activemq artemis broker.xml 可选配置

Wesley13
• 阅读 634

activemq artemis broker.xml 可选配置

https://my.oschina.net/zengfr

"urn:activemq:core":system-property-prefix, 
"urn:activemq:core":internal-naming-prefix, 
"urn:activemq:core":amqp-use-core-subscription-naming, 
"urn:activemq:core":resolve-protocols, 
"urn:activemq:core":scheduled-thread-pool-max-size,
 "urn:activemq:core":thread-pool-max-size, 
 "urn:activemq:core":graceful-shutdown-enabled, 
 "urn:activemq:core":graceful-shutdown-timeout, 
 "urn:activemq:core":security-enabled, 
 "urn:activemq:core":security-invalidation-interval, 
 "urn:activemq:core":journal-lock-acquisition-timeout, 
 "urn:activemq:core":wild-card-routing-enabled, 
 "urn:activemq:core":management-address, 
 "urn:activemq:core":management-notification-address, 
 "urn:activemq:core":cluster-user, 
 "urn:activemq:core":cluster-password, 
 "urn:activemq:core":password-codec, 
 "urn:activemq:core":mask-password, 
 "urn:activemq:core":log-delegate-factory-class-name,
 "urn:activemq:core":jmx-management-enabled, 
 "urn:activemq:core":jmx-domain, 
 "urn:activemq:core":jmx-use-broker-name, 
 "urn:activemq:core":message-counter-enabled, 
 "urn:activemq:core":message-counter-sample-period, 
 "urn:activemq:core":message-counter-max-day-history, 
 "urn:activemq:core":connection-ttl-override, 
 "urn:activemq:core":connection-ttl-check-interval,
 "urn:activemq:core":configuration-file-refresh-period,
 "urn:activemq:core":async-connection-execution-enabled, 
 "urn:activemq:core":transaction-timeout, 
 "urn:activemq:core":transaction-timeout-scan-period, 
 "urn:activemq:core":message-expiry-scan-period, 
 "urn:activemq:core":message-expiry-thread-priority, 
 "urn:activemq:core":address-queue-scan-period, 
 "urn:activemq:core":id-cache-size, 
 "urn:activemq:core":persist-id-cache, 
 "urn:activemq:core":remoting-incoming-interceptors, 
 "urn:activemq:core":remoting-outgoing-interceptors, 
 "urn:activemq:core":persist-delivery-count-before-delivery, 
 "urn:activemq:core":populate-validated-user, 
 "urn:activemq:core":reject-empty-validated-user, 
 "urn:activemq:core":connectors, 
 "urn:activemq:core":broadcast-groups, 
 "urn:activemq:core":discovery-groups, 
 "urn:activemq:core":diverts, 
 "urn:activemq:core":queues, 
 "urn:activemq:core":bridges, 
 "urn:activemq:core":federations, 
 "urn:activemq:core":ha-policy, 
 "urn:activemq:core":cluster-connections, 
 "urn:activemq:core":grouping-handler, 
 "urn:activemq:core":create-bindings-dir, 
 "urn:activemq:core":page-max-concurrent-io, 
 "urn:activemq:core":read-whole-page, 
 "urn:activemq:core":node-manager-lock-directory,
 "urn:activemq:core":journal-buffer-size, 
 "urn:activemq:core":journal-sync-transactional, 
 "urn:activemq:core":journal-sync-non-transactional,
 "urn:activemq:core":log-journal-write-rate, 
 "urn:activemq:core":journal-compact-percentage, 
 "urn:activemq:core":journal-compact-min-files, 
 "urn:activemq:core":journal-file-open-timeout, 
 "urn:activemq:core":server-dump-interval, 
 "urn:activemq:core":global-max-size, 
 "urn:activemq:core":memory-warning-threshold, 
 "urn:activemq:core":memory-measure-interval, 
 "urn:activemq:core":store, 
 "urn:activemq:core":metrics-plugin, 
 "urn:activemq:core":resource-limit-settings, 
 "urn:activemq:core":connector-services,
 "urn:activemq:core":network-check-list, 
 "urn:activemq:core":network-check-URL-list,
 "urn:activemq:core":network-check-period, 
 "urn:activemq:core":network-check-timeout, 
 "urn:activemq:core":network-check-NIC,
 "urn:activemq:core":network-check-ping-command, 
 "urn:activemq:core":network-check-ping6-command, 
 "urn:activemq:core":wildcard-addresses
点赞
收藏
评论区
推荐文章
blmius blmius
2年前
MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1
文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s
Jacquelyn38 Jacquelyn38
2年前
2020年前端实用代码段,为你的工作保驾护航
有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )
皕杰报表之UUID
​在我们用皕杰报表工具设计填报报表时,如何在新增行里自动增加id呢?能新增整数排序id吗?目前可以在新增行里自动增加id,但只能用uuid函数增加UUID编码,不能新增整数排序id。uuid函数说明:获取一个UUID,可以在填报表中用来创建数据ID语法:uuid()或uuid(sep)参数说明:sep布尔值,生成的uuid中是否包含分隔符'',缺省为
Wesley13 Wesley13
2年前
activemq artemis address 详细配置
activemqartemis address详细配置https://my.oschina.net/zengfr(https://my.oschina.net/zengfr)'{"urn:activemq:core":autocreatedeadletterresources, "urn:activemq:core":dead
Stella981 Stella981
2年前
KVM调整cpu和内存
一.修改kvm虚拟机的配置1、virsheditcentos7找到“memory”和“vcpu”标签,将<namecentos7</name<uuid2220a6d1a36a4fbb8523e078b3dfe795</uuid
Wesley13 Wesley13
2年前
00:Java简单了解
浅谈Java之概述Java是SUN(StanfordUniversityNetwork),斯坦福大学网络公司)1995年推出的一门高级编程语言。Java是一种面向Internet的编程语言。随着Java技术在web方面的不断成熟,已经成为Web应用程序的首选开发语言。Java是简单易学,完全面向对象,安全可靠,与平台无关的编程语言。
Stella981 Stella981
2年前
Android蓝牙连接汽车OBD设备
//设备连接public class BluetoothConnect implements Runnable {    private static final UUID CONNECT_UUID  UUID.fromString("0000110100001000800000805F9B34FB");
Wesley13 Wesley13
2年前
MySQL部分从库上面因为大量的临时表tmp_table造成慢查询
背景描述Time:20190124T00:08:14.70572408:00User@Host:@Id:Schema:sentrymetaLast_errno:0Killed:0Query_time:0.315758Lock_
暗箭伤人 暗箭伤人
6个月前
【www.ithunter.club】 20230922下午
不容易的2023年,我们一起努力【www.ithunter.club】(2023092208:00:00.8872062023092216:00:00.887206)1.人事招聘专员数名(可选远程或入职)2.招聘向坐标东京Yahoo、Shift、L
Python进阶者 Python进阶者
3个月前
Excel中这日期老是出来00:00:00,怎么用Pandas把这个去除
大家好,我是皮皮。一、前言前几天在Python白银交流群【上海新年人】问了一个Pandas数据筛选的问题。问题如下:这日期老是出来00:00:00,怎么把这个去除。二、实现过程后来【论草莓如何成为冻干莓】给了一个思路和代码如下:pd.toexcel之前把这