PostgreSQL 9.3 Debian

To install PostgreSQL 9.3 I used the following steps as root: echo “deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -c | awk ‘{print $2}’`-pgdg main” > /etc/apt/sources.list.d/postgre.list && wget –quiet -O – https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add – apt-get update && apt-get dist-upgrade && apt-get install postgresql-9.3  

PostgreSQL 9.3 Debian Read More »

ActiveMQ with JBoss 7.2.0.Alpha1 / EAP 6.1.0.Alpha1

Update 26.8.2013: Described steps also work with Wildfly Alpha 4. Tested the described configuration with urn:jboss:domain:resource-adapters:1.1 + mdb part in the standalone.xml and the latest rar. —- Working with an external ActiveMQ broker has become quite easy since my last attempts in the beginning of JBoss AS7. Here a short howto how to get it running

ActiveMQ with JBoss 7.2.0.Alpha1 / EAP 6.1.0.Alpha1 Read More »