diff --git a/_data/guides.yaml b/_data/guides.yaml index 845867f4..0fcfc947 100644 --- a/_data/guides.yaml +++ b/_data/guides.yaml @@ -10,6 +10,42 @@ categories: - title: Java Microservices on Kubernetes with WildFly url: /guides/get-started-microservices-on-kubernetes description: Build and run Jakarta EE applications with WildFly on Kubernetes in a few minutes + - category: Automation + cat-id: automation + guides: + - title: Deploying WildFly using Ansible + url: /guides/automate-with-ansible + description: Learn how to automate WildFly deployments with Ansible. + - category: Datasources + cat-id: datasources + guides: + - title: Integrating with a PostgreSQL database + url: /guides/database-integrating-with-postgresql + description: Learn how to configure a datasource to connect to a PostgreSQL database. + - category: Messaging + cat-id: messaging + guides: + - title: Configuring Clustered Messaging in WildFly + url: /guides/messaging-clustering + description: Learn how to configure WildFly with an ActiveMQ Artemis Cluster, Server-Side Message and Client Load Balancing. + - title: Configuring High Availability Messaging in WildFly + url: /guides/messaging-high-availability + description: Learn how to configure two WildFly servers with messaging (ActiveMQ Artemis broker) in a high availability topology using a shared journal. + - title: Deploying High-Availability Messaging with WildFly and AMQ 7 on OpenShift + url: /guides/messaging-high-availability-openshift + description: Discover how to configure WildFly with AMQ 7 (ActiveMQ Artemis) on OpenShift, using a clustered, high-availability topology for reliable messaging. + - category: MicroProfile + cat-id: microprofile + guides: + - title: Using MicroProfile Config + url: /guides/use-microprofile-config + description: Discover how to use MicroProfile Config With WildFly. + - title: Using MicroProfile Reactive Messaging with Secured AMQP Connector to connect to AMQ 7 on OpenShift + url: /guides/use-microprofile-amqp-connector-with-ssl-openshift + description: Discover how to securely connect to AMQ 7 deployed on OpenShift using MicroProfile Reactive Messaging application & AMQP connector. +# - title: Using MicroProfile LRA +# url: /guides/use-microprofile-lra +# description: Discover how to use MicroProfile LRA With WildFly. - category: Observability cat-id: observability guides: @@ -52,40 +88,5 @@ categories: - title: Using Credential Stores With Encrypted Expressions with WildFly url: /guides/security-credential-store-enc-exp description: How to set up encrypted expressions and use it to replace clear-text sensitive information. - - category: Messaging - cat-id: messaging - guides: - - title: Configuring Clustered Messaging in WildFly - url: /guides/messaging-clustering - description: Learn how to configure WildFly with an ActiveMQ Artemis Cluster, Server-Side Message and Client Load Balancing. - - title: Configuring High Availability Messaging in WildFly - url: /guides/messaging-high-availability - description: Learn how to configure two WildFly servers with messaging (ActiveMQ Artemis broker) in a high availability topology using a shared journal. - - title: Deploying High-Availability Messaging with WildFly and AMQ 7 on OpenShift - url: /guides/messaging-high-availability-openshift - description: Discover how to configure WildFly with AMQ 7 (ActiveMQ Artemis) on OpenShift, using a clustered, high-availability topology for reliable messaging. - - category: MicroProfile - cat-id: microprofile - guides: - - title: Using MicroProfile Config - url: /guides/use-microprofile-config - description: Discover how to use MicroProfile Config With WildFly. - - title: Using MicroProfile Reactive Messaging with Secured AMQP Connector to connect to AMQ 7 on OpenShift - url: /guides/use-microprofile-amqp-connector-with-ssl-openshift - description: Discover how to securely connect to AMQ 7 deployed on OpenShift using MicroProfile Reactive Messaging application & AMQP connector. -# - title: Using MicroProfile LRA -# url: /guides/use-microprofile-lra -# description: Discover how to use MicroProfile LRA With WildFly. - - category: Automation - cat-id: automation - guides: - - title: Deploying WildFly using Ansible - url: /guides/automate-with-ansible - description: Learn how to automate WildFly deployments with Ansible. - - category: Datasources - cat-id: datasources - guides: - - title: Integrating with a PostgreSQL database - url: /guides/database-integrating-with-postgresql - description: Learn how to configure a datasource to connect to a PostgreSQL database. +