Mostrar mensagens com a etiqueta JMS. Mostrar todas as mensagens
Mostrar mensagens com a etiqueta JMS. Mostrar todas as mensagens

17 outubro 2015

Web Article - Spring JMS Example

Java Messaging Service (JMS) is a standard messaging API used to send and receive messages.

Spring simplifies the use of JMS API by providing another layer around the JMS layer.

This layer provides convenience methods for sending and receiving messages, as well as manages the creation and release of resources like the connection object.

The JmsTemplate class is the main class which we will be using often to work with the JMS API.

Dependencies

 4.0.0
 com.javacodegeeks.camel
 springQuartzScheduler
 0.0.1-SNAPSHOT
 
  
   org.springframework
   spring-core
   4.1.5.RELEASE
  
  
   org.springframework
   spring-context
   4.1.5.RELEASE
  
  
   org.springframework
   spring-jms
   4.1.5.RELEASE
  
  
   org.apache.activemq
   activemq-all
   5.12.0
  
 
 

Read full atricle here.

13 agosto 2013

Free Java EE 6 Video Tutorial

Free online tutorial about JPA, EJB 3, JSF, JMS, JAX-RS and CDI. The tutorial starts from the very basics and teaches Java EE, API by API/feature by feature, through a series of progressive code examples that build on the one before it. The tutorial uses GlassFish, NetBeans and MySQL.

15 julho 2013

Java EE 7 - Articles

A large collection of articles about Java EE 7 and its sub-specs, such as JSF 2.2, JPA 2.1, JMS 2.0, CDI 1.1, etc. The full articles here https://javaee7.zeef.com/.