Rana M Zubairranamzubair.hashnode.dev·Jun 11, 2023Getting started with JMSIntroduction In this article we will try to have a look and understand what JMS is and how we can implement it in our project.We will use ActiveMQ as our JMS implementation, for that you need to have the basic understanding of Java, Spring and Active...DiscussJava
Ashwin Padiyarpadiyar.hashnode.dev·Jan 7, 2023Exploring JMS specifications and featuresWith JMS-1.x Specification: Developers had to keep the following things in mind Establish a connection Initiate a session Close the connection & session Handle exceptions Reading messages by typecasting. With the new JMS-2 specification: The JMSConte...Discuss·50 readsjms
Ashwin Padiyarpadiyar.hashnode.dev·Jan 4, 2023Java Messaging Service and Message QueuesWhat is JMS? The Java Messaging Service (JMS), which is part of the Java Community Process [JSR-914], was designed by Sun Microsystems and several other organizations. As per the design's final draft, we had a common set of APIs that can be used as a...Discuss·52 readsjms
Hector Miuler Malpica GallegosPromiuler.com·Feb 16, 2018Enviar un jms desde un script scala (Ammonite)Siempre existe la necesidad de tener utilitarios para hacer pequeñas tareas, en mi caso volvió a aparecer la necesidad de enviar un mensaje a cola, y aunque podría crear mi proyecto java, necesitaría tener agregar la dependencia ya sea como un jar, o...Discuss·49 readsScala