<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2025-08-01-preview on Radius Docs</title><link>https://docs.radapp.io/reference/resources/radius.messaging/2025-08-01-preview/</link><description>Recent content in 2025-08-01-preview on Radius Docs</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://docs.radapp.io/reference/resources/radius.messaging/2025-08-01-preview/index.xml" rel="self" type="application/rss+xml"/><item><title>Radius.Messaging/kafka@2025-08-01-preview</title><link>https://docs.radapp.io/reference/resources/radius.messaging/2025-08-01-preview/kafka/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.radapp.io/reference/resources/radius.messaging/2025-08-01-preview/kafka/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;&#10;&lt;p&gt;The Radius.Messaging/kafka Resource Type deploys a Kafka-compatible&#10;messaging namespace. On Azure, the verification recipe provisions Azure&#10;Event Hubs with its Kafka surface enabled by the Standard tier and creates&#10;an Event Hub named by the developer-authored &lt;code&gt;topic&lt;/code&gt; property.&lt;/p&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bicep" data-lang="bicep"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;resource&lt;/span&gt; kafka &lt;span style="color:#e6db74"&gt;&amp;#39;Radius.Messaging/kafka@2025-08-01-preview&amp;#39;&lt;/span&gt; = {&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; name: &lt;span style="color:#e6db74"&gt;&amp;#39;kafka&amp;#39;&lt;/span&gt;&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; properties: {&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; environment: environment&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; application: myApplication.id&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; topic: &lt;span style="color:#e6db74"&gt;&amp;#39;events&amp;#39;&lt;/span&gt;&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; }&#10;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To connect a container to the cluster, create a connection from the&#10;Container resource to the Kafka cluster as shown below.&lt;/p&gt;</description></item><item><title>Radius.Messaging/rabbitMQ@2025-08-01-preview</title><link>https://docs.radapp.io/reference/resources/radius.messaging/2025-08-01-preview/rabbitmq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.radapp.io/reference/resources/radius.messaging/2025-08-01-preview/rabbitmq/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;&#10;&lt;p&gt;The Radius.Messaging/rabbitMQ Resource Type deploys a RabbitMQ message broker&#10;that speaks AMQP 0-9-1. It allows developers to create and connect to a queue&#10;as part of their Radius applications.&lt;/p&gt;&#10;&lt;p&gt;You can provision the broker password by creating a &lt;code&gt;Radius.Security/secrets&lt;/code&gt;&#10;resource and passing its resource ID on the optional &lt;code&gt;password&lt;/code&gt; property. If&#10;omitted, the Kubernetes Recipe generates a random password and returns it&#10;through the resource&amp;rsquo;s managed secrets. In both cases, the password is mounted&#10;into the broker via &lt;code&gt;secretKeyRef&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>