651f FreshPorts -- net/activemq
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
activemq 5.8.0 net on this many watch lists=1 search for ports that depend on this port
Messaging and Integration Patterns provider
Maintained by: tj@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Jun 2010 01:11:31
Also Listed In: java
License: AL2


Apache ActiveMQ is the most popular and powerful open source messaging
and Integration Patterns provider.

WWW:	http://activemq.apache.org
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Run:
  1. java/openjdk7

This port is required by:

for Build for Run

To install the port: cd /usr/ports/net/activemq/ && make install clean
To add the package: pkg_add -r activemq


Configuration Options
     No options to configure

Master Sites:
  1. ftp://apache.rinet.ru/pub/mirror/apache.org/dist/activemq/apache-activemq/5.8.0/
  2. ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/activemq/apache-activemq/5.8.0/
  3. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  4. ftp://ftp.forthnet.gr/pub/www/apache/activemq/apache-activemq/5.8.0/
  5. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/activemq/apache-activemq/5.8.0/
  6. ftp://ftp.rhnet.is/pub/apache/activemq/apache-activemq/5.8.0/
  7. ftp://ftp.sunet.se/pub/www/servers/apache/dist/activemq/apache-activemq/5.8.0//activemq/apache-activemq/5.8.0/
  8. ftp://ftp.task.gda.pl/pub/www/apache/dist/activemq/apache-activemq/5.8.0/
  9. ftp://mir1.ovh.net/ftp.apache.org/dist/activemq/apache-activemq/5.8.0/
  10. ftp://sunsite.icm.edu.pl/pub/www/apache/dist/activemq/apache-activemq/5.8.0/
  11. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/activemq/apache-activemq/5.8.0/
  12. http://archive.apache.org/dist/activemq/apache-activemq/5.8.0/
  13. http://ftp.twaren.net/Unix/Web/apache/activemq/apache-activemq/5.8.0/
  14. http://ring.nict.go.jp/archives/net/apache/activemq/apache-activemq/5.8.0/
  15. http://www.apache.org/dist/activemq/apache-activemq/5.8.0/
  16. http://www.sai.msu.su/apache/activemq/apache-activemq/5.8.0/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2013-05-19
    Affects: users of net/activemq
    Author: tj@FreeBSD.org
    Reason: 
      The JVM used by activemq has changed to OpenJDK 7. You will need to
      make sure javavmwrapper is configured to use the installed 
      java/openjdk7 JVM.
    
    
  • 2012-10-25
    Affects: users of net/activemq
    Author: tj@FreeBSD.org
    Reason: 
      After reinstalling the port if you wish to use the datastore used before
      or have any undelivered persistant messages add the following to rc.conf
        activemq_data=/usr/local/activemq
    
    

Number of commits found: 12

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Jun 2013 13:34:32
Original commit files touched by this commit  5.8.0
miwi search for other commits by this committer
- Do not remove directories not created by this port

Reported by:	pkg (DEVELOPER_MODE)
19 May 2013 16:06:17
Original commit files touched by this commit  5.8.0
tj search for other commits by this committer
Update to 5.8.0.

This upgrade switches the required JVM to 1.7.

Changes: http://activemq.apache.org/activemq-580-release.html
17 Mar 2013 16:44:03
Original commit files touched by this commit  5.7.0
eadler search for other commits by this committer
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.

While here trim header

Approved by:	miwi, adrian, tj
No objection from:	db, bjk, cperciva, scheidell, osa
09 Dec 2012 00:26:03
Original commit files touched by this commit  5.7.0
tj search for other commits by this committer
Update to 5.7.0

Changes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12321258

PR:		ports/173595
Submitted by:	Attila Nagy <bra@fsn.hu>
Feature safe:	yes
Approved by:	eadler (mentor)
26 Oct 2012 14:07:37
Original commit files touched by this commit  5.6.0
tj search for other commits by this committer
* Update to 5.6.0
* Remove legacy Makefile header
* Make user and group overridable
* Fix install to create data directory
* Move working data to /var/db/activemq
* Update required java version to 1.6+
* Add entry to updating for move of data directory.
* Take over maintainer

Changes: http://activemq.apache.org/new-features-in-56.html

Feature safe:	yes
Approved by:	g.veniamin@googlemail.com (maintainer)
Approved by:	eadler (mentor)
14 Jan 2012 08:57:23
Original commit files touched by this commit  5.5.0
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
09 Jan 2012 15:41:08
Original commit files touched by this commit  5.5.0
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
27 Jun 2011 13:29:23
Original commit files touched by this commit  5.5.0
jlaffaye search for other commits by this committer
Update to 5.5.0 [1]
Use USERS and GROUPS
Do not override configuration files

PR:             ports/156947 [1]
Submitted by:   "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
Approved by:    Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer),
tabthorpe (mentor)
24 Dec 2010 22:15:25
Original commit files touched by this commit  5.4.2
jpaetzel search for other commits by this committer
Update to 5.4.2
Added license

PR:     ports/153413
Submitted by:   Radim Kolar <hsn@sendmail.cz>
Approved by:    Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
18 Nov 2010 13:57:12
Original commit files touched by this commit  5.4.1
pav search for other commits by this committer
- Update to 5.4.1

PR:             ports/151705
Submitted by:   Alex Deiter <alex.deiter@gmail.com>
Approved by:    maintainer
13 Jun 2010 08:05:08
Original commit files touched by this commit  5.3.2_1
wen search for other commits by this committer
- Fix the PLIST

PR:             ports/147810
Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
12 Jun 2010 01:11:12
Original commit files touched by this commit  5.3.2
wen search for other commits by this committer
Apache ActiveMQ is the most popular and powerful open source messaging
and Integration Patterns provider.

WWW:    http://activemq.apache.org

PR:             ports/147759
Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com>

Number of commits found: 12

282a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 191
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight85
new month179

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0