Apache ActiveMQ Artemis 1.5.2 User Manualcan disable this service. The stand-alone server configuration uses Airline for bootstrapping the Broker. The stand-alone server architecture is shown in figure 3.3 below: ## Java Virtual Machine JMS configuration files ## Creating a Broker Instance A broker instance is the directory containing all the configuration and runtime data, such as logs and data files, associated with a broker process. It is recommended commands in your command line shell: cd /var/lib ${ARTEMIS_HOME}/bin/artemis create mybroker A broker instance directory will contain the following sub directories: - bin : holds execution scripts associated0 码力 | 399 页 | 1.61 MB | 2 年前3
Apache ActiveMQ Artemis 1.5.1 User Manualcan disable this service. The stand-alone server configuration uses Airline for bootstrapping the Broker. The stand-alone server architecture is shown in figure 3.3 below: ## Java Virtual Machine JMS configuration files ## Creating a Broker Instance A broker instance is the directory containing all the configuration and runtime data, such as logs and data files, associated with a broker process. It is recommended commands in your command line shell: cd /var/lib ${ARTEMIS_HOME}/bin/artemis create mybroker A broker instance directory will contain the following sub directories: - bin : holds execution scripts associated0 码力 | 399 页 | 1.61 MB | 2 年前3
Apache ActiveMQ Artemis 2.0.0 User Manualsimple intuitive Java API that is aligned with the Artemis internal Core. Allowing more control of broker objects, like for example, direct creation of addresses and queues. The Core API also offers a full can disable this service. The stand-alone server configuration uses Airline for bootstrapping the Broker. The stand-alone server architecture is shown in figure 3.3 below:  1.30 Resource Manager Configuration 1.31 Flow Control 1.32 Guarantees Management 1.46 Management Console 1.47 Metrics 1.48 Security 1.49 Masking Passwords 1.50 Broker Plugins 1.51 Resource Limits 1.52 The JMS Bridge 1.53 Client Reconnection and Session Reattachment Thread management 1.64 Embedded Web Server 1.65 Logging 1.66 REST Interface 1.67 Embedding the Broker 1.68 Apache Karaf 1.69 Apache Tomcat 1.70 Spring Integration 1.71 CDI Integration 1.720 码力 | 534 页 | 5.23 MB | 2 年前3
Django Q Documentation
Release 0.7.15Django migrations to create the database tables: $ python manage.py migrate • Choose a message broker, configure it and install the appropriate client library. #### 1.1.1 Requirements Django Q is tested Boto3 is used for the Amazon SQS broker in favor of the now deprecating boto library: $ pip install boto3 • Iron-mq is the official python binding for the IronMQ broker: $ pip install iron-mq • Pymongo Pymongo is needed if you want to use MongoDB as a message broker: $ pip install pymongo • Redis server is the default broker for Django Q. It provides the best performance and does not require Django’s cache0 码力 | 56 页 | 416.75 KB | 2 年前3
Django Q Documentation
Release 0.8.0django_redis • disque_nodes • disque_auth • iron_mq • sqs • orm • mongo • mongo_db • broker_class • bulk • poll • cache • cached • scheduler • rollbar • cpu_affinity • Brokers • Disque • IronMQ • Amazon SQS • MongoDB • Django ORM • Custom Broker • Reference • Tasks • async(). • Async • Cached operations • Synchronous Signals - Available signals - Subscribing to a signal - Architecture - Signed Tasks - Broker - Pusher - Worker - Monitor - Sentinel - Timeouts - Scheduler - Stop0 码力 | 73 页 | 506.27 KB | 2 年前3
Django Q Documentation
Release 0.7.11Django migrations to create the database tables: $ python manage.py migrate • Choose a message broker, configure it and install the appropriate client library. #### 1.1.1 Requirements Django Q is tested Boto3 is used for the Amazon SQS broker in favor of the now deprecating boto library: $ pip install boto3 • Iron-mq is the official python binding for the IronMQ broker: $ pip install iron-mq • Pymongo Pymongo is needed if you want to use MongoDB as a message broker: $ pip install pymongo • Redis server is the default broker for Django Q. It provides the best performance and does not require Django’s cache0 码力 | 54 页 | 412.45 KB | 2 年前3
Apache RocketMQ 从入门到实战进程自动退出排查经验分享 78 1.8 RocketMQ 主题扩分片后遇到的坑 82 1.9 RocketMQ 消息发送 system busy、broker busy 原因分析与解决方案坑 91 1.10 再谈 RocketMQ broker busy 104 1.11 从年末生产故障解锁 RocketMQ 集群部署的最佳实践 108 1.12 RocketMQ 一行代码造成大量消息丢失 Nameserver Nameserver 集群,topic 的路由注册中心,为客户端根据 Topic 提供路由服务,从而引导客户端向 Broker 发送消息。Nameserver 之间的节点不通信。路由信息在 Nameserver 集群中数据一致性采取的最终一致性。 ### 2. Broker 消息存储服务器,分为两种角色:Master 与 Slave,上图中呈现的就是 2 主 2 从的部署架构,在 RocketMQ RocketMQ 中,主服务承担读写操作,从服务器作为一个备份,当主服务器存在压力时,从服务器可以承担读服务(消息消费)。所有 Broker,包含 Slave 服务器每隔 30s 会向 Nameserver 发送心跳包,心跳包中会包含存在在 Broker 上所有的 topic 的路由信息。 ### 3. Client 消息客户端,包括 Producer(消息发送者)和 Consumer(消费消费者). 客户端在同一时间只会连接一台0 码力 | 165 页 | 12.53 MB | 2 年前3
Apache ActiveMQ Artemis 2.23.1 User ManualAddress 1.10 Model 1.10.1 Settings 1.10.2 Protocols and Interoperability 1.11 AMQP 1.12 Broker Connections 1.12.1 MQTT 1.13 STOMP 1.14 OpenWire 1.15 Core 1.16 Mapping JMS Concepts to Dead Connections 1.27 Detecting Slow Consumers 1.28 Avoiding Network Isolation 1.29 Detecting Broker Issues (Critical Analysis) 1.30 Resource Manager Configuration 1.31 Flow Control 1.32 Guarantees Management 1.47 Management Console 1.48 Metrics 1.49 Security 1.50 Masking Passwords 1.51 Broker Plugins 1.52 Resource Limits 1.53 The JMS Bridge 1.54 Client Reconnection and Session Reattachment0 码力 | 503 页 | 6.35 MB | 2 年前3
Celery 1.0 Documentationrecommended message broker is RabbitMQ, but support for Redis and databases is also available. #### 1.1.1 Overview This is a high level overview of the architecture. The broker pushes tasks to the worker clone the repository by doing the following: $ git clone git://github.com/ask/celery.git ### 1.2 Broker Installation #### 1.2.1 Installing RabbitMQ See Installing RabbitMQ over at RabbitMQ's website Configure how we communicate with the broker: BROKER_HOST = "localhost" BROKER_PORT = 5672 BROKER_USER = "myuser" BROKER_PASSWORD = "mypassword" BROKER_VHOST = "myvhost" 2. In0 码力 | 123 页 | 400.69 KB | 2 年前3
共 950 条
- 1
- 2
- 3
- 4
- 5
- 6
- 95













