Breadcrumb

You are in:

Search results for tag “jms”

Filter by type:

Blogs (3), All News (1)

  • A searching question...

    Robin Bramley, Consultant

    How can you efficiently index content without polluting or tightly coupling your business logic to a search engine API?

    Crawling is one option, but it isn't necessarily that efficient nor do you have fine grained control over the fields that are stored in the search index documents. For one customer project we built an elegant asynchronous event driven indexing mechanism.

  • Jun 202011: Magazine article: Using JMS in Grails

    The Java Message Service (JMS) API is one of the cornerstones of the Java Enterprise Edition that allows applications to reliably communicate using asynchronous messages sent via a message broker.

  • Using Browser Push in Grails

    Robin Bramley, Consultant

    Browser Push is the collective term for techniques that allow a server to send asynchronous data updates in near real time to a browser. This article provides an overview of browser push and then provides a sample of Grails usage.

  • Using JMS in Grails

    Robin Bramley, Consultant

    The Java Message Service (JMS) API is one of the cornerstones of the Java Enterprise Edition that allows applications to reliably communicate using asynchronous messages sent via a message broker. This article provides an introduction to JMS, the JMS support in the Spring Framework and then provides practical examples of usage within Grails using the JMS plugin