タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

springとActiveMQに関するhatehate331000のブックマーク (2)

  • ActiveMQ

    Connectivity > Containers > Spring Support We fully support Spring for configuration of the JMS client side as well as for configuring the JMS Message Broker. There is a great article on using Spring with ActiveMQ Classic - I’d recommend reading it first. Configuring the JMS client To configure an ActiveMQ Classic JMS client in Spring it is just a simple matter of configuring an instance of Active

  • 『【Java】【Spring】【ActiveMQ】【JMX】MessageQueueの管理』

    今回はActiveMQを使う場合の MessageQueueの管理についてのメモ. もちろん,付属のWebConsoleとか, JDKに付属のjconsoleでチョチョイ っていうのもありなんだけどね. でも,自分のプログラムから制御したい って時にはJMXでアクセスすればOK. 手順は以下の通り. ブローカのJMXを有効化する JVMのJMX接続ポートを有効化する JMXアクセスのクライアントとして JMXポートに接続する ブローカMBeanを取得する MBeanの操作を行う まず,ActiveMQのブローカのJMXを有効にする. 設定ファイル(例えば,[ACTIVEMQ_HOME]/conf/activemq.xml) のbrokerのuseJmxを設定する. <broker useJmx="true" .... > 更に,managementContextのcreateConnect

    『【Java】【Spring】【ActiveMQ】【JMX】MessageQueueの管理』
  • 1