在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Activemq下载.rar

Activemq下载.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:44.62M
  • 下载次数:1
  • 浏览次数:42
  • 发布时间:2021-11-27
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
工作学习中常用到的工具软件MQ,不管是做消息队列、还是做任务管理都可以简单的实现
【实例截图】
【核心代码】
4744302542973875881.rar
└── apache-activemq-5.8.0
├── activemq-all-5.8.0.jar
├── bin
│   ├── activemq
│   ├── activemq-admin
│   ├── activemq-admin.bat
│   ├── activemq.bat
│   ├── activemq.jar
│   ├── win32
│   │   ├── activemq.bat
│   │   ├── InstallService.bat
│   │   ├── UninstallService.bat
│   │   ├── wrapper.conf
│   │   ├── wrapper.dll
│   │   └── wrapper.exe
│   ├── win64
│   │   ├── activemq.bat
│   │   ├── InstallService.bat
│   │   ├── UninstallService.bat
│   │   ├── wrapper.conf
│   │   ├── wrapper.dll
│   │   └── wrapper.exe
│   └── wrapper.jar
├── conf
│   ├── activemq-command.xml
│   ├── activemq-demo.xml
│   ├── activemq-dynamic-network-broker1.xml
│   ├── activemq-dynamic-network-broker2.xml
│   ├── activemq-jdbc.xml
│   ├── activemq-scalability.xml
│   ├── activemq-security.xml
│   ├── activemq-specjms.xml
│   ├── activemq-static-network-broker1.xml
│   ├── activemq-static-network-broker2.xml
│   ├── activemq-stomp.xml
│   ├── activemq-throughput.xml
│   ├── activemq.xml
│   ├── broker.ks
│   ├── broker-localhost.cert
│   ├── broker.ts
│   ├── camel.xml
│   ├── client.ks
│   ├── client.ts
│   ├── credentials-enc.properties
│   ├── credentials.properties
│   ├── jetty-demo.xml
│   ├── jetty-realm.properties
│   ├── jetty.xml
│   ├── jmx.access
│   ├── jmx.password
│   ├── log4j.properties
│   └── logging.properties
├── data
│   ├── activemq.log
│   ├── audit.log
│   ├── kahadb
│   │   ├── db-1.log
│   │   ├── db.data
│   │   ├── db.redo
│   │   └── lock
│   └── tmp
│   ├── jetty-0.0.0.0-8161-admin-_admin-any-
│   │   └── jsp
│   ├── jetty-0.0.0.0-8161-api-_api-any-
│   │   └── jsp
│   └── jetty-0.0.0.0-8161-fileserver-_fileserver-any-
│   └── jsp
├── docs
│   └── index.html
├── example
│   ├── build.xml
│   ├── conf
│   │   ├── activemq.xml
│   │   ├── log4j.properties
│   │   ├── resin-web.xml
│   │   └── web.xml
│   ├── perfharness
│   │   └── perfharness-activemq.sh
│   ├── ruby
│   │   ├── catstomp.rb
│   │   ├── listener.rb
│   │   ├── publisher.rb
│   │   ├── README.txt
│   │   └── stompcat.rb
│   ├── src
│   │   ├── CommandLineSupport.java
│   │   ├── ConsumerTool.java
│   │   ├── EmbeddedBroker.java
│   │   ├── jndi.properties
│   │   ├── Log4jJMSAppenderExample.java
│   │   ├── log4j-jms.properties
│   │   ├── ProducerAndConsumerTool.java
│   │   ├── ProducerTool.java
│   │   ├── RequesterTool.java
│   │   ├── StompExample.java
│   │   ├── TopicListener.java
│   │   └── TopicPublisher.java
│   └── transactions
│   ├── build.xml
│   ├── README.txt
│   └── src
│   ├── Retailer.java
│   ├── Supplier.java
│   ├── TransactionsDemo.java
│   └── Vendor.java
├── lib
│   ├── activemq-broker-5.8.0.jar
│   ├── activemq-client-5.8.0.jar
│   ├── activemq-console-5.8.0.jar
│   ├── activemq-jaas-5.8.0.jar
│   ├── activemq-kahadb-store-5.8.0.jar
│   ├── activemq-openwire-legacy-5.8.0.jar
│   ├── activemq-protobuf-1.1.jar
│   ├── activemq-rar.txt
│   ├── activemq-spring-5.8.0.jar
│   ├── activemq-web-5.8.0.jar
│   ├── camel
│   │   ├── activemq-camel-5.8.0.jar
│   │   ├── camel-core-2.10.3.jar
│   │   ├── camel-jms-2.10.3.jar
│   │   └── camel-spring-2.10.3.jar
│   ├── extra
│   │   ├── activemq-leveldb-store-5.8.0.jar
│   │   ├── commons-beanutils-core-1.8.0.jar
│   │   ├── commons-configuration-1.6.jar
│   │   ├── commons-digester-1.8.jar
│   │   ├── guava-12.0.jar
│   │   ├── hadoop-core-1.0.0.jar
│   │   ├── hawtbuf-proto-1.9.jar
│   │   ├── hawtdispatch-1.12.jar
│   │   ├── hawtdispatch-scala-1.12.jar
│   │   ├── hawtdispatch-transport-1.12.jar
│   │   ├── hawtjni-runtime-1.6.jar
│   │   ├── jackson-core-asl-1.9.2.jar
│   │   ├── jackson-mapper-asl-1.9.2.jar
│   │   ├── jetty-6.1.26.jar
│   │   ├── jetty-util-6.1.26.jar
│   │   ├── jsp-2.1-6.1.14.jar
│   │   ├── jsp-api-2.1-6.1.14.jar
│   │   ├── jsr305-1.3.9.jar
│   │   ├── leveldb-0.5.jar
│   │   ├── leveldb-api-0.5.jar
│   │   ├── leveldbjni-1.5.jar
│   │   ├── leveldbjni-linux32-1.5.jar
│   │   ├── leveldbjni-linux64-1.5.jar
│   │   ├── leveldbjni-osx-1.5.jar
│   │   ├── leveldbjni-win32-1.5.jar
│   │   ├── leveldbjni-win64-1.5.jar
│   │   ├── mqtt-client-1.4.jar
│   │   ├── scala-library-2.10.0.jar
│   │   ├── servlet-api-2.5-20081211.jar
│   │   ├── servlet-api-2.5-6.1.14.jar
│   │   └── snappy-java-1.0.3.jar
│   ├── geronimo-j2ee-management_1.1_spec-1.0.1.jar
│   ├── geronimo-jms_1.1_spec-1.1.1.jar
│   ├── geronimo-jta_1.0.1B_spec-1.0.1.jar
│   ├── hawtbuf-1.9.jar
│   ├── jcl-over-slf4j-1.6.6.jar
│   ├── optional
│   │   ├── activeio-core-3.1.4.jar
│   │   ├── activemq-amqp-5.8.0.jar
│   │   ├── activemq-http-5.8.0.jar
│   │   ├── activemq-jdbc-store-5.8.0.jar
│   │   ├── activemq-leveldb-store-5.8.0.jar
│   │   ├── activemq-log4j-appender-5.8.0.jar
│   │   ├── activemq-mqtt-5.8.0.jar
│   │   ├── activemq-pool-5.8.0.jar
│   │   ├── activemq-spring-5.8.0.jar
│   │   ├── activemq-stomp-5.8.0.jar
│   │   ├── activemq-xmpp-5.8.0.jar
│   │   ├── commons-beanutils-1.8.3.jar
│   │   ├── commons-codec-1.6.jar
│   │   ├── commons-collections-3.2.1.jar
│   │   ├── commons-dbcp-1.4.jar
│   │   ├── commons-lang-2.6.jar
│   │   ├── commons-net-3.2.jar
│   │   ├── commons-pool-1.6.jar
│   │   ├── geronimo-j2ee-connector_1.5_spec-2.0.0.jar
│   │   ├── httpclient-4.2.3.jar
│   │   ├── httpcore-4.2.3.jar
│   │   ├── jasypt-1.9.0.jar
│   │   ├── jasypt-spring3-1.9.0.jar
│   │   ├── jettison-1.3.3.jar
│   │   ├── jmdns-3.4.1.jar
│   │   ├── log4j-1.2.17.jar
│   │   ├── org.apache.servicemix.bundles.josql-1.5_5.jar
│   │   ├── proton-0.3.0-fuse-2.jar
│   │   ├── proton-api-0.3.0-fuse-2.jar
│   │   ├── proton-jms-0.3.0-fuse-2.jar
│   │   ├── slf4j-log4j12-1.6.6.jar
│   │   ├── spring-aop-3.1.3.RELEASE.jar
│   │   ├── spring-asm-3.1.3.RELEASE.jar
│   │   ├── spring-beans-3.1.3.RELEASE.jar
│   │   ├── spring-context-3.1.3.RELEASE.jar
│   │   ├── spring-core-3.1.3.RELEASE.jar
│   │   ├── spring-expression-3.1.3.RELEASE.jar
│   │   ├── spring-jms-3.1.3.RELEASE.jar
│   │   ├── spring-oxm-3.1.3.RELEASE.jar
│   │   ├── spring-tx-3.1.3.RELEASE.jar
│   │   ├── stax2-api-3.0.2.jar
│   │   ├── velocity-1.7.jar
│   │   ├── woodstox-core-asl-4.1.4.jar
│   │   ├── xbean-spring-3.12.jar
│   │   ├── xpp3-1.1.4c.jar
│   │   └── xstream-1.4.4.jar
│   ├── slf4j-api-1.6.6.jar
│   └── web
│   ├── core-3.1.1.jar
│   ├── geronimo-servlet_2.5_spec-1.2.jar
│   ├── jdom-1.0.jar
│   ├── jetty-all-server-7.6.7.v20120910.jar
│   ├── jetty-websocket-7.6.7.v20120910.jar
│   ├── jolokia-core-1.0.6.jar
│   ├── json-simple-1.1.jar
│   ├── jsp-2.1-glassfish-2.1.v20100127.jar
│   ├── jsp-api-2.1-glassfish-2.1.v20100127.jar
│   ├── rome-1.0.jar
│   ├── sitemesh-2.4.2.jar
│   ├── spring-web-3.1.3.RELEASE.jar
│   └── spring-webmvc-3.1.3.RELEASE.jar
├── LICENSE
├── NOTICE
├── README.txt
├── user-guide.html
├── webapps
│   ├── admin
│   │   ├── 404.html
│   │   ├── 500.html
│   │   ├── browse.jsp
│   │   ├── connection.jsp
│   │   ├── connections.jsp
│   │   ├── decorators
│   │   │   ├── main.jsp
│   │   │   ├── panel.jsp
│   │   │   └── printable.jsp
│   │   ├── graph.jsp
│   │   ├── images
│   │   │   ├── activemq-logo.png
│   │   │   ├── asf-logo.png
│   │   │   ├── big-bullet.png
│   │   │   ├── black-footer-bottom.png
│   │   │   ├── black-footer-left.png
│   │   │   ├── black-footer-right.png
│   │   │   ├── bottom-red-bar.png
│   │   │   ├── checker-bg.png
│   │   │   ├── content-left.png
│   │   │   ├── content-right.png
│   │   │   ├── feed_atom.png
│   │   │   ├── feed_rss.png
│   │   │   ├── left-box-bottom.png
│   │   │   ├── left-box-right.png
│   │   │   ├── left-box-top.png
│   │   │   ├── oval-arrow.png
│   │   │   ├── right-box-bottom.png
│   │   │   ├── right-box-left.png
│   │   │   ├── right-box-top.png
│   │   │   ├── small-bullet-gray.png
│   │   │   ├── small-bullet-red.png
│   │   │   ├── spacer.gif
│   │   │   ├── top-red-bar.png
│   │   │   ├── white-header-left.png
│   │   │   ├── white-header-right.png
│   │   │   └── white-header-top.png
│   │   ├── index.jsp
│   │   ├── js
│   │   │   ├── common.js
│   │   │   ├── css.js
│   │   │   ├── mochi
│   │   │   │   ├── MochiKit.js
│   │   │   │   └── __package__.js
│   │   │   ├── plotkit
│   │   │   │   ├── Base.js
│   │   │   │   ├── Canvas.js
│   │   │   │   ├── dummy.svg
│   │   │   │   ├── iecanvas.htc
│   │   │   │   ├── Layout.js
│   │   │   │   ├── SVG.js
│   │   │   │   ├── SweetCanvas.js
│   │   │   │   └── SweetSVG.js
│   │   │   ├── prettify.js
│   │   │   └── standardista-table-sorting.js
│   │   ├── message.jsp
│   │   ├── META-INF
│   │   │   ├── LICENSE
│   │   │   └── NOTICE
│   │   ├── network.jsp
│   │   ├── queueConsumers.jsp
│   │   ├── queueGraph.jsp
│   │   ├── queues.jsp
│   │   ├── scheduled.jsp
│   │   ├── send.jsp
│   │   ├── slave.jsp
│   │   ├── styles
│   │   │   ├── prettify.css
│   │   │   ├── site.css
│   │   │   ├── sorttable.css
│   │   │   └── type-settings.css
│   │   ├── subscribers.jsp
│   │   ├── test
│   │   │   ├── dummy.jsp
│   │   │   ├── index.jsp
│   │   │   └── systemProperties.jsp
│   │   ├── topics.jsp
│   │   ├── WEB-INF
│   │   │   ├── classes
│   │   │   │   └── org
│   │   │   │   └── apache
│   │   │   │   └── activemq
│   │   │   │   └── web
│   │   │   │   ├── config
│   │   │   │   │   └── OsgiConfiguration.class
│   │   │   │   ├── controller
│   │   │   │   │   ├── CopyMessage.class
│   │   │   │   │   ├── CreateDestination.class
│   │   │   │   │   ├── CreateSubscriber.class
│   │   │   │   │   ├── DeleteDestination.class
│   │   │   │   │   ├── DeleteJob.class
│   │   │   │   │   ├── DeleteMessage.class
│   │   │   │   │   ├── DeleteSubscriber.class
│   │   │   │   │   ├── MoveMessage.class
│   │   │   │   │   ├── PurgeDestination.class
│   │   │   │   │   └── SendMessage.class
│   │   │   │   ├── filter
│   │   │   │   │   ├── ApplicationContextFilter$1.class
│   │   │   │   │   ├── ApplicationContextFilter$2.class
│   │   │   │   │   └── ApplicationContextFilter.class
│   │   │   │   ├── handler
│   │   │   │   │   └── BindingBeanNameUrlHandlerMapping.class
│   │   │   │   ├── WebConsoleStarter$OsgiUtil.class
│   │   │   │   └── WebConsoleStarter.class
│   │   │   ├── decorators.xml
│   │   │   ├── dispatcher-servlet.xml
│   │   │   ├── jsp
│   │   │   ├── jspf
│   │   │   │   ├── headertags.jspf
│   │   │   │   └── old.jspf
│   │   │   ├── tags
│   │   │   │   ├── form
│   │   │   │   │   ├── checkbox.tag
│   │   │   │   │   ├── escape.tag
│   │   │   │   │   ├── forEachMapEntry.tag
│   │   │   │   │   ├── option.tag
│   │   │   │   │   ├── short.tag
│   │   │   │   │   ├── text.tag
│   │   │   │   │   ├── tooltip.tag
│   │   │   │   │   └── uri.tag
│   │   │   │   └── jms
│   │   │   │   ├── forEachConnection.tag
│   │   │   │   ├── forEachMessage.tag
│   │   │   │   ├── formatTimestamp.tag
│   │   │   │   └── persistent.tag
│   │   │   ├── webconsole-default.xml
│   │   │   ├── webconsole-embedded.xml
│   │   │   ├── webconsole-invm.xml
│   │   │   ├── webconsole-jndi.xml
│   │   │   ├── webconsole-osgi.xml
│   │   │   ├── webconsole-properties.xml
│   │   │   ├── webconsole-query.xml
│   │   │   └── web.xml
│   │   └── xml
│   │   ├── queues.jsp
│   │   ├── subscribers.jsp
│   │   └── topics.jsp
│   ├── api
│   │   └── WEB-INF
│   │   └── web.xml
│   ├── favicon.ico
│   ├── fileserver
│   │   ├── index.html
│   │   ├── META-INF
│   │   │   ├── LICENSE
│   │   │   └── NOTICE
│   │   └── WEB-INF
│   │   ├── classes
│   │   │   └── org
│   │   │   └── apache
│   │   │   └── activemq
│   │   │   └── util
│   │   │   ├── FilenameGuardFilter$GuardedHttpServletRequest.class
│   │   │   ├── FilenameGuardFilter.class
│   │   │   ├── IOHelper.class
│   │   │   └── RestFilter.class
│   │   └── web.xml
│   ├── index.html
│   └── styles
│   ├── site.css
│   └── type-settings.css
├── webapps-demo
│   └── demo
│   ├── chat.css
│   ├── chat.html
│   ├── index.html
│   ├── js
│   │   ├── amq_dojo_adapter.js
│   │   ├── amq_jquery_adapter.js
│   │   ├── amq.js
│   │   ├── amq_prototype_adapter.js
│   │   ├── chat.js
│   │   ├── dojo.js
│   │   ├── jquery-1.4.2.min.js
│   │   └── prototype.js
│   ├── META-INF
│   │   ├── LICENSE
│   │   └── NOTICE
│   ├── portfolio
│   │   ├── portfolio.html
│   │   └── portfolio.js
│   ├── sandbox
│   │   ├── index.html
│   │   ├── portfolio.html
│   │   ├── portfolio.js
│   │   ├── util.js
│   │   └── webmq.js
│   ├── send.html
│   ├── style.css
│   ├── test
│   │   ├── amq_test.html
│   │   └── assets
│   │   ├── jsunittest.js
│   │   ├── README
│   │   └── unittest.css
│   ├── WEB-INF
│   │   └── web.xml
│   └── websocket
│   ├── chat.css
│   ├── chat.js
│   ├── index.html
│   └── stomp.js
└── WebConsole-README.txt

74 directories, 355 files

标签:

实例下载地址

Activemq下载.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警