首页 > 解决方案 > 带有 JMS 侦听器的流量管理器的 WSO2 APIM GW 问题

问题描述

在我的设置 WSO2 中,流量管理器在 AWS 基础设施中运行,而 WSO2 GW 在 Azure 上运行。但我在尝试启动我的 GW 时遇到错误。

2020-10-09 06:42:11,354] ERROR - JMSListener Unable to continue server startup as it seems the JMS Provider is not yet started. Please start the JMS provider now.
[2020-10-09 06:42:11,355] ERROR - JMSListener Connection attempt : 1 for JMS Provider failed. Next retry in 20 seconds
[2020-10-09 06:42:11,358] ERROR - JMSListener Unable to continue server startup as it seems the JMS Provider is not yet started. Please start the JMS provider now.
[2020-10-09 06:42:11,359] ERROR - JMSListener Connection attempt : 1 for JMS Provider failed. Next retry in 20 seconds

我在 gw .toml 中使用以下代码,并且流量管理器正在运行,偏移值为 3

    [apim.throttling]
    service_url = "https://tm.wso2.dev:9446/services/"
    username= "admin_tm"
    password= "admin_tm"
    enable_data_publishing = true
    enable_policy_deploy = false
    enable_blacklist_condition = true
    enable_decision_connection = true
    enable_advanced_throttling = true
    enable_unlimited_tier = true
    enable_header_based_throttling = false
    enable_jwt_claim_based_throttling = false
    enable_query_param_based_throttling = false
    throttle_decision_endpoints = ["tcp://tm.wso2.dev:5675"]
    [[apim.throttling.url_group]]
    traffic_manager_urls=["tcp://tm.wso2.dev:9614"]
    traffic_manager_auth_urls=["ssl://tm.wso2.dev:9714"]

标签: wso2

解决方案


推荐阅读