摘要: the author suggests another pattern for SSB message conversation. The solution is let the target end the conversation first. The initiator can simply send the message to the target and then continue. The target will receive the message, end the conversation from the target side and this will send an EndDialog message back to the initiator. 阅读全文
posted @ 2006-12-27 23:24 Rickie 阅读(621) 评论(0) 推荐(0) 编辑
摘要: There are some tips which are helpful for SSB beginners to debug and resolve some general issues. 阅读全文
posted @ 2006-12-27 23:06 Rickie 阅读(585) 评论(0) 推荐(0) 编辑
摘要: OPENXML provides a rowset view over an XML document. OPENXML SYNTAX: OPENXML( idoc int [ in] , rowpattern nvarchar [ in ] , [ flags byte [ in ] ] ) [ WITH ( SchemaDeclaration | TableName ) ] 阅读全文
posted @ 2006-12-27 22:04 Rickie 阅读(500) 评论(0) 推荐(0) 编辑
摘要: CREATE QUEUE [dbo].[Queue_OutStock_Out] WITH STATUS = ON , RETENTION = OFF , ACTIVATION ( STATUS = ON , PROCEDURE_NAME = [dbo].[usp_OutStock_OnReceiveMessage] , MAX_QUEUE_READERS = 5 , EXECUTE AS N'dbo' ) 阅读全文
posted @ 2006-12-27 21:35 Rickie 阅读(552) 评论(0) 推荐(0) 编辑
摘要: SSB target queue can not get a message, when the sender sends a message without any error. 阅读全文
posted @ 2006-12-27 18:53 Rickie 阅读(521) 评论(0) 推荐(0) 编辑