积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(389)Java(389)Spring(315)ActiveMQ(46)Apacke Wicket(5)Apache Unomi(3)

语言

全部英语(369)中文(简体)(20)

格式

全部PDF文档 PDF(261)TXT文档 TXT(67)其他文档 其他(61)
 
本次搜索耗时 0.133 秒,为您找到相关结果约 389 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • ActiveMQ
  • Apacke Wicket
  • Apache Unomi
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • TXT文档 TXT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Nacos架构&原理

    Nacos 做到 AP 协 议的关键。  存储模块:解决数据持久化、非持久化存储,解决数据分片问题。 插件  Nameserver:解决 Namespace 到 ClusterID 的路由问题,解决用户环境与 Nacos 物理环境 映射问题。  CMDB:解决元数据存储,与三方 CMDB 系统对接问题,解决应用,人,资源关系。  Metrics:暴露标准 Metrics 数据,方便与三方监控系统打通。 Nacos 上创建⼀个配置时, 如果未填写配置分组的名称,则配置分组的名称默认采用 DEFAULT_GROUP 。配置分组的常见场 景:不同的应用或组件使用了相同的配置项,如 database_url 配置和 MQ_Topic 配置。 配置 ID(Data ID) Nacos 中的某个配置集的 ID。配置集 ID 是划分配置的维度之⼀。Data ID 通常用于划分系统的配 置集。⼀个系统或 节点都可以接收到读写请求。所有的 Distro 协议的请 求场景主要分为三种情况: 1. 当该节点接收到属于该节点负责的实例的写请求时,直接写入。 2. 当该节点接收到不属于该节点负责的实例的写请求时,将在集群内部路由,转发给对应的节点, 从而完成读写。 3. 当该节点接收到任何读请求时,都直接在本机查询并返回(因为所有实例都被同步到了每台机 器上)。 Distro 协议作为 Nacos 的内嵌临时实例⼀
    0 码力 | 326 页 | 12.83 MB | 9 月前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.11.0 User Manual

    e. LoggingActiveMQServerPlugin ). Option to use OpenSSL provider for Netty via the sslProvider URL parameter. Enable splitting of broker.xml into multiple files. Enhanced message count and size metrics 1.x clients needs to have anycastPrefix=jms.queue.;multicastPrefix=jms.topic. in the acceptor url. This prefix used to be configured automatically behind the scenes when the broker detected these remove the Jolokia war file from the web element in /etc/bootstrap.xml : url="jolokia" war="jolokia.war"/> This is no longer required as the Jolokia REST interface is now integrated
    0 码力 | 341 页 | 4.93 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.22.0 User Manual

    Subject Alternative Name values of the broker's SSL certificate to match the hostname in the client's URL. This impacts all core-based clients including core JMS clients and core connections between cluster following: Update your SSL certificates to use a hostname which matches the hostname in the client's URL. This is the recommended option with regard to security. Update any connector using sslEnabled=true acceptor which has the problem. The CLI will now read the broker.xml to find the default connector URL for commands which require it (e.g. consumer , producer , etc.) 2.11.0 Versions 15 Full release
    0 码力 | 502 页 | 6.34 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.21.0 User Manual

    Subject Alternative Name values of the broker's SSL certificate to match the hostname in the client's URL. This impacts all core-based clients including core JMS clients and core connections between cluster following: Update your SSL certificates to use a hostname which matches the hostname in the client's URL. This is the recommended option with regard to security. Update any connector using sslEnabled=true acceptor which has the problem. The CLI will now read the broker.xml to find the default connector URL for commands which require it (e.g. consumer , producer , etc.) 2.11.0 Full release notes. Highlights:
    0 码力 | 503 页 | 6.34 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.23.1 User Manual

    Subject Alternative Name values of the broker's SSL certificate to match the hostname in the client's URL. This impacts all core-based clients including core JMS clients and core connections between cluster following: Update your SSL certificates to use a hostname which matches the hostname in the client's URL. This is the recommended option with regard to security. Update any connector using sslEnabled=true acceptor which has the problem. The CLI will now read the broker.xml to find the default connector URL for commands which require it (e.g. consumer , producer , etc.) 2.11.0 Versions 16 Full release
    0 码力 | 503 页 | 6.35 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.10.0 User Manual

    e. LoggingActiveMQServerPlugin ). Option to use OpenSSL provider for Netty via the sslProvider URL parameter. Enable splitting of broker.xml into multiple files. Enhanced message count and size metrics 1.x clients needs to have anycastPrefix=jms.queue.;multicastPrefix=jms.topic. in the acceptor url. This prefix used to be configured automatically behind the scenes when the broker detected these remove the Jolokia war file from the web element in /etc/bootstrap.xml : url="jolokia" war="jolokia.war"/> This is no longer required as the Jolokia REST interface is now integrated
    0 码力 | 322 页 | 4.85 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.6.0 User Manual

    LoggingActiveMQServerPlugin ). Option to use OpenSSL provider for Netty via the sslProvider URL parameter. Enable splitting of broker.xml into multiple files. Enhanced message count and size metrics 1.x clients needs to have anycastPrefix=jms.queue.;multicastPrefix=jms.topic. in the acceptor url. This prefix used to be configured automatically behind the scenes when the broker detected these remove the Jolokia war file from the web element in /etc/bootstrap.xml : url="jolokia" war="jolokia.war"/> This is no longer required as the Jolokia REST interface is now integrated
    0 码力 | 445 页 | 3.14 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.4.0 User Manual

    multicastPrefix parameters within the URL of an acceptor. Configuring an Anycast Prefix Address Model 31 In /etc/broker.xml, add the anycastPrefix to the URL of the desired acceptor. In the example Configuring a Multicast Prefix In /etc/broker.xml, add the anycastPrefix to the URL of the desired acceptor. In the example below, the acceptor is configured to use multicast:// for invmConnectionFactory1=vm://1 connectionFactory.invmConnectionFactory2=vm://2 Here is a list of all the supported URL schemes: vm tcp udp jgroups Most clients won't be connecting to an embedded broker. Clients
    0 码力 | 265 页 | 2.84 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.8.0 User Manual

    LoggingActiveMQServerPlugin ). Option to use OpenSSL provider for Netty via the sslProvider URL parameter. Enable splitting of broker.xml into multiple files. Enhanced message count and size metrics 1.x clients needs to have anycastPrefix=jms.queue.;multicastPrefix=jms.topic. in the acceptor url. This prefix used to be configured automatically behind the scenes when the broker detected these remove the Jolokia war file from the web element in /etc/bootstrap.xml : url="jolokia" war="jolokia.war"/> This is no longer required as the Jolokia REST interface is now integrated
    0 码力 | 495 页 | 5.09 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.7.0 User Manual

    e. LoggingActiveMQServerPlugin ). Option to use OpenSSL provider for Netty via the sslProvider URL parameter. Enable splitting of broker.xml into multiple files. Enhanced message count and size metrics 1.x clients needs to have anycastPrefix=jms.queue.;multicastPrefix=jms.topic. in the acceptor url. This prefix used to be configured automatically behind the scenes when the broker detected these remove the Jolokia war file from the web element in /etc/bootstrap.xml : url="jolokia" war="jolokia.war"/> This is no longer required as the Jolokia REST interface is now integrated
    0 码力 | 317 页 | 4.82 MB | 1 年前
    3
共 389 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 39
前往
页
相关搜索词
Nacos架构原理ApacheActiveMQArtemis2.11UserManual2.222.212.232.102.62.42.82.7
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩