Thursday, February 13, 2020

Utilize Java Messaging Service (JMS) with Wildfly

This is post, I'll demonstrate how to use JMS for asynchronize communication. JMS is different from webservice which is synchronize communication. Widlfy 10 also provide messaging service for integration. JMS provide a robust way of communication and data you communicate could be in various format like text, binary, etc. JAVA EE implementation like wildfly provide messaging service inside by integrating activeMQ. In order to enable JMS in wildfly you need to use standalone-full configuration. In this post I also demonstrate how to send and receive message from remote queue. Read more

No comments:

Post a Comment

Feature Recently

Running Wildfly Application Server in Domain Mode

  Wildfly application server provides two modes of how to run application one wildfly application server. It is very simple if you run your ...

Most Views