- Download Active MQ from apache website -- http://activemq.apache.org/activemq-5144-release.html
- Unzip the apache-activemq*.zip
- Start Active MQ --- \bin\activemq start
- Login : Goto http://localhost:8161
- username/pwd: admin/admin
{{theTime}}
Search This Blog
Total Pageviews
Subscribe to:
Post Comments (Atom)
ImmutableList Example
private ImmutableList<String> getServerProps(){ ImmutableList.Builder<String> serverProps = ImmutableList.builder(); ...
No comments:
Post a Comment