Java in The Command Line (Without IDE)
Learn how to write, compile, package Java programs in the commandline without the comfort of an IDE
Learn how to write, compile, package Java programs in the commandline without the comfort of an IDE
how to configure the JMSXGroupID property so all messages with this property are consumed by one consumer
How to create a producer and consumer to send and consume messages using message queue.
Recently, I needed to work with ActiveMQ. As a docker fan, I couldn’t find the latest version (5.17.2) docker image available. Thus, I decided to build one. It turned out that building a docker image for ActiveMQ is quite simple. For example, here is the Dockerfile for ActiveMQ version 5.17.2 on JRE 19, alpine: Build … Read more
Overview If you have a travelling person who need to work with virtual server in VirtualBox, you’d probably have issues with setting IPs for your virtual machine. If you set IP for your virtual machines using the bridge network, the IP of your VMs will change every time you switch the network you connect to. … Read more