Skip to content

Commit

Permalink
Fix target argument in create-jms-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
OndroMih committed Nov 21, 2024
1 parent 6177d58 commit c37817a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public void execute(AdminCommandContext context) {
aoAttrList.set(DEFAULT_OPERAND, jndiName);
aoAttrList.set("restype", resourceType);
aoAttrList.set("raname", DEFAULT_JMS_ADAPTER);
aoAttrList.set("target", target);
if (enabled != null) {
aoAttrList.set("enabled", Boolean.toString(enabled));
}
Expand Down

0 comments on commit c37817a

Please sign in to comment.