Quarkus.io

Getting Started to Quarkus Messaging with AMQP 1.0

WEBThis guide demonstrates how your Quarkus application can utilize Quarkus Messaging to interact with AMQP 1.0. If you want to use RabbitMQ, you should use the Quarkus …

Actived: Just Now

URL: https://quarkus.io/guides/amqp

Configure data sources in Quarkus

WEBQuarkus uses Agroal and Vert.x to provide high-performance, scalable data source connection pooling for JDBC and reactive drivers. The quarkus-jdbc-* and quarkus …

Category:  Health Go Health

Reactive Messaging AMQP 1.0 Connector Reference Documentation

WEBRefer to the SmallRye Reactive Messaging website for further details. The AMQP connector allows Quarkus applications to send and receive messages using the AMQP 1.0 …

Category:  Health Go Health

Creating Your First Application

WEBQuarkus is a framework that allows you to build fast and lightweight Java applications for cloud-native environments. In this guide, you will learn how to create your first Quarkus …

Category:  Health Go Health

Path resolution in Quarkus

WEBTL;DR: As of 1.11.5.Final and 1.12.1.Final, leading slashes matter in config.So if you use /endpoint, that endpoint will be served from the absolute root.If you …

Category:  Health Go Health

Redis Extension Reference Guide

WEBRedis Extension Reference Guide. Redis is an in-memory data store used as a database, cache, streaming engine, and message broker. The Quarkus Redis extension allows …

Category:  Health Go Health

Management interface reference

WEBManagement endpoints configured using a relative path (not starting with /) will be served from the configured root path.For example, if the endpoint path is health and the root …

Category:  Health Go Health

Implementing a gRPC Service

WEBTo implement a gRPC service using the default gRPC API, create a class that extends the default implementation base. Then, override the methods defined in the service …

Category:  Health Go Health

Connecting to an Elasticsearch cluster

WEBThe main property to configure is the URL to connect to the Elasticsearch cluster. For a typical clustered Elasticsearch service, a sample configuration would look like the …

Category:  Health Go Health

Kubernetes Native

WEBQuarkus provides developers the tools and capabilities to troubleshoot distributed microservices applications in Kubernetes including tracing and debugging. Quarkus …

Category:  Health Go Health

Building Kafka Streams applications with Quarkus and Eclipse

WEBKafka Streams is a very popular solution for implementing stream processing applications based on Apache Kafka. It lets you do typical data streaming tasks like …

Category:  Health Go Health

Building Quarkus apps with Quarkus Command Line Interface (CLI)

WEBThe quarkus command lets you create projects, manage extensions and do essential build and development tasks using the underlying project build tool.

Category:  Health Go Health

Using Apache Kafka Streams

WEBThe Quarkus extension for Kafka Streams allows for very fast turnaround times during development by supporting the Quarkus Dev Mode (e.g. via ./mvnw compile …

Category:  Health Go Health

Apache Kafka Reference Guide

WEB2. Quarkus Extension for Apache Kafka. Quarkus provides support for Apache Kafka through SmallRye Reactive Messaging framework. Based on Eclipse MicroProfile …

Category:  Health Go Health

Reactive SQL Clients

WEBReactive PostgreSQL Client extension. First, make sure your project has the quarkus-reactive-pg-client extension enabled. If you are creating a new project, use the following …

Category:  Health Go Health

Authorization of web endpoints

WEBIf you use Jakarta RESTful Web Services, consider using quarkus.security.jaxrs.deny-unannotated-endpoints or quarkus.security.jaxrs.default-roles-allowed to set default …

Category:  Health Go Health

Using the MongoDB Client

WEBRoughly 15 minutes. An IDE. JDK 17+ installed with JAVA_HOME configured appropriately. Apache Maven 3.9.6. Optionally the Quarkus CLI if you want to use it. Optionally …

Category:  Health Go Health