This tutorial shows the steps to build and run web application on the Java platform with the NetBeans 6.9 IDE and GlassFish v3 which sends message to the OpenMQ Java Message Service (JMS) message broker included in GlassFish. A Delphi message consumer application created with the Habari OpenMQ Client library then can be used to … Continue reading Delphi Integration with the GlassFish v3 Application Server Part 1 – Sending Messages
Enterprise Messaging News (February 2011)
GlassFish 3.1 RC2 released February 11 - Build 41 of GlassFish 3.1, which is also the release candidate, integrates Jersey 1.5, Mojarra 2.1.0 Release Candidate 2, Grizzly 1.9.30, EclipseLink 2.2.0 RC3, Weld 1.1.0 final, and JavaDB 10.6.2.1. Just like previous milestones and promoted build, you can get RC 1 from http://download.java.net/glassfish/3.1/promoted/ Open Message Queue (OpenMQ) … Continue reading Enterprise Messaging News (February 2011)
Thread Synchronization with Guarded Blocks in Delphi
The Embarcadero DocWiki for Delphi recommends that "thread synchronization techniques should be based on SyncObjs.TEvent and SyncObjs.TMutex." There is, however, another synchronization class available since Delphi 2009: TMonitor. It uses the object lock which has been introduced in this version and which caused the size of TObject to increase by four bytes (for details read … Continue reading Thread Synchronization with Guarded Blocks in Delphi
ActiveMQ in Action: Free Book Chapter
FuseSource is offering a free excerpt from ActiveMQ in Action and Camel in Action books at http://fusesource.com/fuse/apache-books/. Find out more on how ActiveMQ stores messages and what's the role of transactions in Camel and get your discount.
Delphi Client Library for Open Message Queue (OpenMQ) and GlassFish v3
GlassFish v3 application server includes version 4.4 of Open Message Queue (OpenMQ), a Java Message Service (JMS) message broker, as the default JMS provider. For Delphi and Free Pascal developers, the interesting new feature in this release of OpenMQ is that it can exchange JMS messages with non-Java clients using the Stomp message protocol. Today, … Continue reading Delphi Client Library for Open Message Queue (OpenMQ) and GlassFish v3
Delay and Schedule Message Delivery with Apache ActiveMQ and Delphi
Apache ActiveMQ from version 5.4 has a persistent scheduler built into the ActiveMQ message broker. An ActiveMQ client can take advantage of a delayed delivery by using message properties. By setting properties of the JMS message, a client can set the time in milliseconds that a message will wait before being scheduled to be delivered … Continue reading Delay and Schedule Message Delivery with Apache ActiveMQ and Delphi
Query Statistics for Apache ActiveMQ with Delphi
Last October, Rob Davies wrote about the new Statistics plugin which is included in Apache ActiveMQ 5.3 and yesterday I found that it works very well using Delphi and the Habari ActiveMQ Client library (using the Stomp protocol) too. Broker Configuration To configure ActiveMQ to use the statistics plugin just add the following to the … Continue reading Query Statistics for Apache ActiveMQ with Delphi
Receive Apache Log4j messages with Delphi
The Habari ActiveMQ Client library for Delphi and Free Pascal can be used for monitoring of Java(tm) applications which use the popular Apache Log4j logging framework. This screenshot shows the output of a Delphi console application. It listens to a logging topic which receives log messages from an ActiveMQ message broker. The log messages have … Continue reading Receive Apache Log4j messages with Delphi
Java EE 6, GlassFish 3 and NetBeans 6.8 released
GlassFish 3 released Sun GlassFish Enterprise Server v3 is the industry's first application server to support the new Java Platform Enterprise Edition 6 (Java EE 6). Java EE 6 introduces features to increase the flexibility of the platform and enable companies to use the new, lightweight Web Profile, in addition to the full enterprise platform, … Continue reading Java EE 6, GlassFish 3 and NetBeans 6.8 released
Dopplr: It’s made of messages
Dopplr use ActiveMQ as their messaging provider - see Matt's presentation Made of Messages: [slideshare id=647973&doc=mattbdopplermessages-1223590887031027-8&type=d] Dopplr: It's made of messages - Matt Biddulph View more documents from Carsonified Team.