Skip to content

Commit

Permalink
Merge pull request #363 from jfdenise/JBEAP_24291
Browse files Browse the repository at this point in the history
[0.27.13.x] Fix for JBEAP-24291
  • Loading branch information
jfdenise authored Dec 6, 2022
2 parents 2966b98 + c572d99 commit 4e29500
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature-group-spec name="os-messaging" xmlns="urn:jboss:galleon:feature-group:1.0">
<feature spec="socket-binding-group.remote-destination-outbound-socket-binding">
<param name="socket-binding-group" value="standard-sockets" />
<param name="remote-destination-outbound-socket-binding" value="http-messaging"/>
<param name="host" value="${jboss.messaging.host:localhost}"/>
<param name="port" value="${jboss.http.port:8080}"/>
</feature>
</feature-group-spec>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" ?>
<layer-spec xmlns="urn:jboss:galleon:layer-spec:1.0" name="jms-activemq">
<feature-group name="os-messaging"/>
</layer-spec>

0 comments on commit 4e29500

Please sign in to comment.