diff --git a/codelabs/red-hat-jboss-eap/codelab.json b/codelabs/red-hat-jboss-eap/codelab.json index 16ad94b7..fbcf0b46 100644 --- a/codelabs/red-hat-jboss-eap/codelab.json +++ b/codelabs/red-hat-jboss-eap/codelab.json @@ -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", diff --git a/codelabs/red-hat-jboss-eap/index.html b/codelabs/red-hat-jboss-eap/index.html index 43d46951..68c8a663 100644 --- a/codelabs/red-hat-jboss-eap/index.html +++ b/codelabs/red-hat-jboss-eap/index.html @@ -590,7 +590,7 @@

Connecting – Sample code

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.

Configuration

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.

-

Note: the actual values for the attributes ("propertyValue") can take the form of a variable like "${propertyName}" where JBoss replaces the values if the "spec-descriptor-property-replacement" or "jboss-descriptor-property-replacement" JBoss server configuration properties are set to "true" in the "urn:jboss:domain:ee" subsystem (Refer to the JBoss documentation for further details).

+

Note: the actual values for the attributes ("propertyValue") can take the form of a variable like "${propertyName}" where JBoss replaces the values if the "spec-descriptor-property-replacement" or "jboss-descriptor-property-replacement" JBoss server configuration properties are set to "true" in the "urn:jboss:domain:ee" subsystem (Refer to the JBoss documentation for further details).

@MessageDriven(
     activationConfig = {
         @ActivationConfigProperty(