Changes between Version 15 and Version 16 of installation_QCG_Notification
- Timestamp:
- 05/19/11 11:32:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Notification
v15 v16 108 108 }}} 109 109 110 4. Using the sample client program create a followingsubscription in the Smoa Notification service:110 4. Using the sample client program create a subscription in the Smoa Notification service: 111 111 {{{ 112 112 #!div style="font-size: 90%" … … 118 118 }}} 119 119 }}} 120 '''Note:''' The created subscription has a number `810917963` and assigns a service running on `http://127.0.0.1:2212` to be a consumer of notifications sent on topics from a namespace `http://schemas.smoa-project.com/comp/2009/01/notification/topic`.120 '''Note:''' The created subscription assigns a service running on `http://127.0.0.1:2212` to be a consumer of notifications sent on topics from a namespace `http://schemas.smoa-project.com/comp/2009/01/notification/topic`. The subscription id is `810917963` 121 121 122 5. Send a sample notification on a s ample topic from the namespace `http://schemas.smoa-project.com/comp/2009/01/notification/topic` to the Smoa Notification service:122 5. Send a sample notification on a some topic from the namespace `http://schemas.smoa-project.com/comp/2009/01/notification/topic` to the Smoa Notification service: 123 123 {{{ 124 124 #!div style="font-size: 90%" … … 152 152 }}} 153 153 154 7. Finally remove created subscription:154 7. Finally remove the created subscription: 155 155 {{{ 156 156 #!div style="font-size: 90%" 157 157 {{{#!default 158 ./smoa-ntf-client -d -u http://localhost:2211 -U "id=810917963"158 $ ./smoa-ntf-client -d -u http://localhost:2211 -U "id=810917963" 159 159 ... 160 160 INF May 17 14:41:48 3318 0xa0262720 [ntf-client-gsoa] Unsubscribed: '810917963'