Skip to content

Commit bc1aa7e

Browse files
authored
4x WLS connector doc typo (#5802)
* 5801 WLS connector doc typo
1 parent 7849cbd commit bc1aa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mp/reactivemessaging/weblogic.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2022 Oracle and/or its affiliates.
3+
Copyright (c) 2022, 2023 Oracle and/or its affiliates.
44

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

0 commit comments

Comments
 (0)