activemq Setup on Mac
Apache ActiveMQ ™ is the most popular and powerful open source messaging and Integration Patterns server. It supports various Cross Language Clients and Protocols including Java, C, C++, C#, Ruby, Perl, Python, PHP. It also have many cool features like Message Groups, Virtual Destinations, Wildcards and Composite Destinations. Designed to support persistence with efficiency using JDBC and high performance journal. Also have REST API support. It also supports various transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports. There are more features of Activemq which you can read at official website - https://activemq.apache.org/Here are the steps to install activemq:
- First open your terminal window
- Install homebrew first
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now you can install activemq
brew install activemq
0 comments:
Post a Comment