RPRomain Pelisseinbelaran.hashnode.dev·Jul 30, 2024 · 26 min readAutomate message queue deployment on JBoss EAPFor decades now, software projects have relied on messaging APIs to exchange data. In the Java/Java EE ecosystem, this method of asynchronous communication has been standardized by the JMS specification. In many cases, individuals and organizations l...00
RPRomain Pelisseinbelaran.hashnode.dev·Jul 23, 2024 · 5 min readHow to change an Ansible namespace with FQCN migration toolPackaging Ansible Playbooks within a collection is the best way to distribute reusable automation content. To avoid naming conflicts, developers organize collections inside namespaces. Sometimes situations arise where you need to migrate a collection...00
RPRomain Pelisseinbelaran.hashnode.dev·Jul 16, 2024 · 15 min readDeploying a WildFly 30.0.1.Final cluster using AnsibleIn this brief demonstration, we’ll set up and run three instances of WildFly on the same machine (localhost). Together they will form a cluster. It’s a rather classic setup, where the appservers needs to synchronize the content of their application’s...00
RPRomain Pelisseinbelaran.hashnode.dev·Jul 9, 2024 · 7 min readAutomate JBoss Web Server deployment with the Red Hat Certified Content Collection for JWSAccording to several sources we queried, more than 33 percent of the world's web servers are running Apache Tomcat, while other sources show that it's 48 percent of application servers. Some of these instances have been containerized over the years, ...00
RPRomain Pelisseinbelaran.hashnode.dev·Jul 4, 2024 · 6 min readHow Ansible automates JBoss Web Server updates and upgradesIn the previous article, Automate Red Hat JBoss Web Server deployments with Ansible, I discussed how to fully automate the deployment of Red Hat JBoss Web Server with Red Hat Ansible Automation Platform. However, this initial installation and configu...00