Java Spring Boot - Artemis JMS Broker - Sender and Receiver - Simple Message Exchange Communication

preview_player
Показать описание
Learn how to create Java Spring Boot Web Service which to communicate with ArtemisMQ. We are creating classes responsible for sending messages to JMS Broker and class which listens for messages and displays them to the console! We are also configuring communication with ActiveMQ. At the end of the video we are testing our application by creating example JMS Broker instance and exchanging messages. Enjoy!

Follow //CodefForgeYT on:
Рекомендации по теме
Комментарии
Автор

Thanks for this concise, clear, and effective demo on JMS with Artemis. It's a very good follow-up video to your video on installing and running Artemis.

LoveToCode
Автор

Nice video! You should follow up with an example of how to configure topics instead of queues as well!

My only remark is that you zoom in on the editor (you can enable intellij's ctrl+mouse scroll zoom from the settings) since it's really hard to see what's going on with the dark theme on a laptop screen.



For those following from the previous Artemis installation video and want to use the already installed broker, don't forget to use the password "admin" in the application.properties.
Also sometimes the button "send" in Artemis is missing (bug), restart the service and it should be there.

heikg
Автор

Thanks a lot for your video. I've a case as messages should be XML, I'm pretty new in this, I usually deal with xml in SOAP only, appreciate if you advise me with the staring point

hamedhamed
Автор

Got Error: AMQ212054: Destination address=MyQueue is blocked. If the system is configured to block make sure you consume messages on this configuration.

dr.arulxavierv.m
Автор

Great tutorial!
Is it possible to dynamicall create listeners/consumers with dynamic topic names? Because now queue name statically hard coded in JmsListener

blatezers
Автор

Hi there. I am trying to mess around with some settings. Mainly the max-queue-size queue attribute. I’ve tried editing the broker.xml file and set the the size to 10 byte but my queue still consumes large messages . Any idea?

ghettoteacher
Автор

Why is the injected JmsTemplate not private?

barney
Автор

where is receive message being called?

qazimuneeb
Автор

Explanation is Awesome but and the font us too small it' really hard to see intelliJ as well as Command Line arguments please try to increase it in next sessions.

AbhishekTiwari-ikwn
Автор

please be careful about font size and dark mood

ferozahmmed