You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/push_kit.js
+2-55Lines changed: 2 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
*
24
24
* This pattern expects the following meta tags to be available in the page to get the necessary configuration
25
25
* - patterns-push-url containing a url pointing to a message queue server. Eg. ws://127.0.0.1:15674/ws
26
-
* - patterns-push-exchange-base-name containing a text prefix. It will append _event and _notification to that prefix and attempt to contact these two message exchanges.
26
+
* - patterns-push-exchange containing the exchange nanem to subscribe to.
27
27
* - patterns-push-filter containing a topic filter including dot-seperated namespaces and wildcards. A commonly used filter value would be the currently logged in user. This will subscribe only to updates for this specific user.
28
28
* - patterns-push-login containing the name of a read only user on the message queue server used to connect.
29
29
* - patterns-push-password containing the password of a read only user on the message queue server used to connect.
0 commit comments