home 
 
 
 
enfr
 
Home
Over ABIS
Diensten
Cursussen
Resources
Contact
MyABIS
Alle CursussenbalkjeAlgemeen » Introductie HW & SW » TrajectenOperating Systems » MVS - z/OS » UNIX - Linux - AIX » VMwareDatabases, transactiesystemen en 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 en data warehouseApplicatieontwikkeling » Methoden en technieken » TOGAF » PRINCE2 » Programmeertalen » Internet development » Object Oriented systems » Java » IBM development tools » SAS » XML » SOA & web servicesSysteembeheer » ITILbalkjePraktischInschrijven 
Deze pagina is niet beschikbaar in het Nederlands.
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

datumtaalplaatsprijsopmerkingen
24/04/2012ELeuven470 EUR
Legende
  • U kan zich inschrijven door te klikken op de data in de kalender
  • N: Nederlands; F: Frans; E: Engels; Geen taalcode : taal in overleg met de deelnemers.
  • Alle prijzen zijn exclusief BTW.
  • Landen:
    België 
    Nederland 
    Elders 

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