Skip to content

Commit

Permalink
4x WLS connector doc typo (#5802)
Browse files Browse the repository at this point in the history
* 5801 WLS connector doc typo
  • Loading branch information
danielkec authored Jan 9, 2023
1 parent 7849cbd commit bc1aa7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mp/reactivemessaging/weblogic.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2022 Oracle and/or its affiliates.
Copyright (c) 2022, 2023 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -58,7 +58,7 @@ Connector name: `helidon-weblogic-jms`
|`thin-jar` | Filepath to the Weblogic thin T3 client jar(wlthint3client.jar), can be usually found within Weblogic installation
`WL_HOME/server/lib/wlthint3client.jar`
|`principal` | Weblogic initial context principal(user)
|`credential` | Weblogic initial context credential(password)
|`credentials` | Weblogic initial context credential(password)
|`type` | Possible values are: `queue`, `topic`. Default value is: `topic`
|`destination` | Queue or topic name in WebLogic CDI Syntax(CDI stands for Create Destination Identifier)
|`acknowledge-mode` |Possible values are: `AUTO_ACKNOWLEDGE`- session automatically acknowledges a client’s receipt of a message,
Expand Down

0 comments on commit bc1aa7e

Please sign in to comment.