Skip to content

Commit

Permalink
Adding red-hat-jboss-eap html files
Browse files Browse the repository at this point in the history
  • Loading branch information
solacecommunity-bot committed Sep 9, 2024
1 parent 9961f73 commit e9b49d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codelabs/red-hat-jboss-eap/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-07-01T13:25:09Z",
"updated": "2024-09-09T13:38:45Z",
"id": "red-hat-jboss-eap",
"duration": 165,
"title": "Integration Guide: Red Hat JBoss EAP v6 and v7",
Expand Down
2 changes: 1 addition & 1 deletion codelabs/red-hat-jboss-eap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ <h3 is-upgraded>Connecting – Sample code</h3>
<p>This example uses a Message-Driven-Bean to receive messages from the Solace JMS provider. The bean is bound to an Activation Specification which specifies the Solace JMS destination from which to consume messages as well as the authentication details used to connect to the Solace event broker.</p>
<h3 is-upgraded>Configuration</h3>
<p>In JBoss EAP, Message Driven Bean – Activation Specifications are configured using either EJB 3.0 annotations or through EJB deployment descriptor files. The following example shows the Activation Specification configuration properties available for connecting to a JMS end point on the Solace event broker as well as other configuration options.</p>
<p>Note: the actual values for the attributes (&#34;propertyValue&#34;) can take the form of a variable like &#34;${propertyName}&#34; where JBoss replaces the values if the &#34;spec-descriptor-property-replacement&#34; or &#34;jboss-descriptor-property-replacement&#34; JBoss server configuration properties are set to &#34;true&#34; in the &#34;urn:jboss:domain:ee&#34; subsystem (Refer to the <a href="https://access.redhat.com/documentation/en-us/jboss_enterprise_application_platform/6.2/html/security_guide/https://docs.redhat.com/en/documentation/jboss_enterprise_application_platform_common_criteria_certification/6.2.2/html/security_guide/enablingdisabling_descriptor_based_property_replacement1" target="_blank">JBoss documentation</a> for further details).</p>
<p>Note: the actual values for the attributes (&#34;propertyValue&#34;) can take the form of a variable like &#34;${propertyName}&#34; where JBoss replaces the values if the &#34;spec-descriptor-property-replacement&#34; or &#34;jboss-descriptor-property-replacement&#34; JBoss server configuration properties are set to &#34;true&#34; in the &#34;urn:jboss:domain:ee&#34; subsystem (Refer to the <a href="https://docs.redhat.com/en/documentation/jboss_enterprise_application_platform_common_criteria_certification/6.2.2/html/security_guide/enablingdisabling_descriptor_based_property_replacement1" target="_blank">JBoss documentation</a> for further details).</p>
<pre><code>@MessageDriven(
activationConfig = {
@ActivationConfigProperty(
Expand Down

2 comments on commit e9b49d4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.