このコンテンツは選択した言語では利用できません。

Chapter 4. Known Issues


  • ENTMQIC-61 - Memory pools are never returned to heap

    Several heavily used data objects (deliveries, messages, links, buffers, etc.) are managed by AMQ Interconnect in pools for efficient allocation. In AMQ Interconnect 1.1, objects in these pools are not returned to the heap at any time. This means that the memory used in large bursts of activity will not be freed, but will remain available for use thereafter.

    This might be observed as an increase in memory usage that does not decrease after a burst of activity is completed. Subsequent bursts of activity will use the same memory that was used previously.

    Methods of returning large amounts of pooled objects back to the heap are being developed.

  • ENTMQIC-1979 - Kerberos authentication problem with amq-jms client

    Kerberos (GSSAPI) authentication between the AMQ JMS client and the AMQ Interconnect router does not work and is not supported in this release.

  • ENTMQIC-1980 - Symbolic ports in HTTP listeners do not work

    When configuring a listener in the router with the http option enabled (for console or WebSocket access), the port attribute must be expressed numerically. Symbolic port names do not work with HTTP listeners.

    If a listener is configured as:

    listener {
        ...
        port: amqp
        http: yes
        ...
    }
    Copy to Clipboard Toggle word wrap

    It should be changed to:

    listener {
        ...
        port: 5672
        http: yes
        ...
    }
    Copy to Clipboard Toggle word wrap
  • ENTMQIC-1985 - Management agent misreports the SSL/TLS version

    When using SSL/TLS in a connection, the management agent reports the protocol version to be TLSv1/SSLv3 when the protocol actually being used on the wire is TLSv1.2.

    This is an issue in the underlying qpid-proton library and is fixed in qpid-proton 0.20.

Revised on 2018-05-21 15:51:26 EDT

トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat