Changes between Version 9 and Version 10 of installation_QCG_Notification
- Timestamp:
- 05/17/11 14:42:59 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_Notification
v9 v10 130 130 }}} 131 131 132 6. Check the output of `smoa-ntfd` and output of `smoa-ntf-consumer`. The outputs , in order, should be simillar to the following ones:132 6. Check the output of `smoa-ntfd` and output of `smoa-ntf-consumer`. The outputs' scripts, in order, should be simillar to the following ones: 133 133 {{{ 134 134 #!div style="font-size: 90%" … … 136 136 ... 137 137 INF May 17 14:19:32 1113 0xb0185000 [......ecm_gsoap] Serving Notify routine 138 INF May 17 14:19:32 1113 0xb0185000 [...............] Sending message to: 'http://localhost:22 33'138 INF May 17 14:19:32 1113 0xb0185000 [...............] Sending message to: 'http://localhost:2212' 139 139 INF May 17 14:19:32 1113 0xb0185000 [...............] Notification forwarded to '1' consumers 140 140 INF May 17 14:19:32 1113 0xb0185000 [...............] Forwarded Notification on topic: 'http://schemas.smoa-project.com/comp/2009/01/notification/topic/ActivityState/Queued' 141 141 ... 142 142 }}} 143 }}} 144 145 {{{ 146 #!div style="font-size: 90%" 143 147 144 {{{#!default 148 145 INF May 17 14:19:32 1120 0xb0491000 [ntf-consumer-gs] Receive notify message: 149 146 INF May 17 14:19:32 1120 0xb0491000 [ntf-consumer-gs] From: 127.0.0.1 150 147 INF May 17 14:19:32 1120 0xb0491000 [ntf-consumer-gs] Topic: <wsnt:Topic xmlns:tns="http://schemas.smoa-project.com/comp/2009/01/notification/topic" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Full">tns:ActivityState/Queued</wsnt:Topic> 148 ... 149 }}} 150 }}} 151 152 7. Finally remove created subscription: 153 {{{ 154 #!div style="font-size: 90%" 155 {{{#!default 156 ... 157 ./smoa-ntf-client -d -u http://localhost:2211 -U "id=810917963" 158 INF May 17 14:41:48 3318 0xa0262720 [ntf-client-gsoa] Unsubscribed: '810917963' 151 159 ... 152 160 }}}