home 
 
 
 
nlfr
 
Home
About ABIS
Services
Courses
Resources
Contact
MyABIS
All CoursesbalkjeGeneral » Introduction to HW & SW » TracksOperating systems » MVS - z/OS » UNIX - Linux - AIX » VMwareDatabases, transaction systems and middleware » DB2 for z/OS » DB2 UDB for Linux, UNIX and Windows » Oracle » SQL Server » MySQL » IMS » CICS » WebSphere MQ » WebSphere Application Server » Business intelligence and data warehouseApplication development » Methods and techniques » TOGAF » PRINCE2 » Programming languages » Internet development » Object Oriented systems » Java » IBM development tools » SAS » XML » SOA & web servicesSystems management » ITILbalkjePractical informationRegistration 
JMS with Apache ActiveMQ

Intended for

Java developers and architects who are starting to use JMS for asynchronous messaging or existing JMS users who are considering to start using Apache ActiveMQ.

Background

Participants need to be able to work with XML (see course XML fundamentals) and have some basic Java development skills (see course Java programming). Having some basic knowledge of JDBC (see course Database application programming with JDBC) and Spring (see Working with Spring) would be an advantage.

Training method

Classical instruction with exercises.

Course leader

anova.

Duration

1 day.

Schedule

datelanguageplacepriceremarks
24/04/2012ELeuven470 EUR
Legend
  • You can enrol by clicking on the dates in the calendar.
  • N: Dutch; F: French; E: English; No code: language depends on the participants.
  • All prices are VAT excluded.
  • Countries:
    Belgium 
    Netherlands 
    Elsewhere 

Objectives

Especially with today's SOA/EDA architectures, a message broker is often a core architecture component. Apache ActiveMQ is the most popular open-source message broker: it's fast, reliable and it supports all the features required for enterprise deployment. This course teaches you how to use the JMS API to interact with ActiveMQ. It also discusses advanced features and configuration options for ActiveMQ itself.

Main topics

  • Introduction to JMS and ActiveMQ
  • JMS API: ConnectionFactory, Connection, Session, Topic, Queue, ...
  • ActiveMQ: Architecture and overview of features
  • Getting started with JMS and ActiveMQ
  • Installing ActiveMQ
  • Connecting to a queue and sending/receiving messages
  • Connecting to a topic and sending/receiving messages
  • ActiveMQ configuration and features
  • ActiveMQ configuration: In-memory broker, transport & wire protocols, persistence, ...
  • Features: Virtual destinations, message groups, wildcards, JMS streams, EIP (Camel), ...
  • Running a distributed message broker
  • Network of brokers (multicast and point-to-point)
  • Master/slave configurations