Comments
1 comment
- 
                
                  
                
                Hi PDinCA,
We are working on a new formatting system at the moment and are working out which features need to be added in through this survey. I've added your request in there, but if you have any other formatting-based suggestions, we'd be very grateful if you could add them in there, to keep them in one place.
Best regards,
David 
Add comment
Please sign in to leave a comment.
WAITFOR (RECEIVE TOP (1) @handle = conversation_handle, @messageType = message_type_name, @messageBody = message_body FROM [target_queue]), TIMEOUT 1000;Expected something like:WAITFOR ( RECEIVE TOP (1) @handle = conversation_handle , @messageType = message_type_name , @messageBody = message_body FROM [target_queue] ), TIMEOUT 1000;Any chance RECEIVE can be on par with SELECT, please?