Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトの 1 つで ActiveMQ (STOMP) を使用する予定です。要件の 1 つは、ユーザーが不適切であることが判明した場合、そのユーザーを追放/禁止することです。STOMPでこれをどのように達成できますか? IRC の KICK のようなもの。
ActiveMQ の JMX インターフェイスを使用すると、キックのように動作する接続を停止できます。禁止するには、ActiveMQ を JAAS セキュリティにセットアップする必要があります。次に、そのユーザーへのアクセスを無効にするだけです。