タグ

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

  • 関連タグはありません

タグの絞り込みを解除

ActiveMQとApacheに関するshozzyのブックマーク (2)

  • STBBS.NET blog: ActiveMQをすぐに使う

    ActiveMQは、Apacheの JMSサーバ。 ダウンロードしたバイナリのアーカイブを展開して、bin/activemq スクリプトを起動すると TCPポート61616番でメッセージブローカが待ち受けを開始する。 JMSのクライアントは apache-activemq-*.jarをクラスパスに追加し、ActiveMQConnectionFactory (implements javax.jms.ConnectionFactory) を使ってメッセージブローカへの接続を得る(brokerURLプロパティには接続先を示す文字列をセットすること)。Springなら下記のように。 <bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerUR

  • Apache ActiveMQ -- Index

    Apache ActiveMQ is the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License Grab yourself a D

    shozzy
    shozzy 2007/04/12
    ついにトップレベルプロジェクトに
  • 1