{"id":55873,"library":"camel-quarkus-direct","title":"Camel Quarkus Direct","description":"Provides the Direct component for Apache Camel Quarkus, enabling synchronous message passing between routes.","status":"active","version":"3.33.0","language":"java","source_language":null,"source_url":"https://github.com/apache/camel-quarkus","tags":["camel","quarkus","integration","messaging"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.camel.quarkus</groupId>\n  <artifactId>camel-quarkus-direct</artifactId>\n  <version>3.33.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.camel.quarkus:camel-quarkus-direct:3.33.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"DirectComponent","correct":"org.apache.camel.quarkus.component.direct.DirectComponent"}],"quickstart":{"code":"import org.apache.camel.quarkus.component.direct.DirectComponent;\nimport org.apache.camel.CamelContext;\nimport org.apache.camel.impl.DefaultCamelContext;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        CamelContext context = new DefaultCamelContext();\n        context.addComponent(\"direct\", new DirectComponent());\n        System.out.println(\"Direct component added\");\n    }\n}","lang":"java","description":"Adds the Direct component to a Camel context."},"warnings":[],"env_vars":null,"search_vec":"'apach':9 'camel':1,10,18 'compon':7 'direct':3,6 'enabl':12 'integr':20 'messag':14,21 'pass':15 'provid':4 'quarkus':2,11,19 'rout':17 'synchron':13","created_at":"2026-06-15T10:11:28.248296+00:00","updated_at":"2026-06-15T10:11:28.248296+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://camel.apache.org","github":"https://github.com/apache/camel-quarkus","docs":"https://appdoc.app/artifact/org.apache.camel.quarkus/camel-quarkus-direct/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}