Can we have a HTTP protocol binding using WCF to receive a message from windows server service bus on topic/subscription ?
The only wcf Binding you can use is netmessagingbinding which runs over tcp not http. If you want to consume messages via http you will need to use the windows service bus rest api