File tree 1 file changed +2
-2
lines changed
docs/mp/reactivemessaging
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
///////////////////////////////////////////////////////////////////////////////
2
2
3
- Copyright (c) 2022 Oracle and/or its affiliates.
3
+ Copyright (c) 2022, 2023 Oracle and/or its affiliates.
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@ Connector name: `helidon-weblogic-jms`
58
58
|`thin-jar` | Filepath to the Weblogic thin T3 client jar(wlthint3client.jar), can be usually found within Weblogic installation
59
59
`WL_HOME/server/lib/wlthint3client.jar`
60
60
|`principal` | Weblogic initial context principal(user)
61
- |`credential ` | Weblogic initial context credential(password)
61
+ |`credentials ` | Weblogic initial context credential(password)
62
62
|`type` | Possible values are: `queue`, `topic`. Default value is: `topic`
63
63
|`destination` | Queue or topic name in WebLogic CDI Syntax(CDI stands for Create Destination Identifier)
64
64
|`acknowledge-mode` |Possible values are: `AUTO_ACKNOWLEDGE`- session automatically acknowledges a client’s receipt of a message,
You can’t perform that action at this time.
0 commit comments