Service Bus Relay Ports
I have seen some older documentation mentioning the TCP relay binding requiring TCP port 808 or 828 to be open.Is this information now obsolete?
View ArticleService Bus Dashboard Monitoring Take a Long Time To Update
Hi AllRecently i tried to deploy small solution using windows azure service bus queue for demo purpose. Basically, my application will push some data to azure service bus queue and that's all.However,...
View ArticleService Bus relay security
I am confused how to secure the Service Bus, and how and when to use the ACS Management Portal.From the connection Information, we have the Default Issuer and Default Key, and then in the ACS you can...
View ArticleService Bus Subscription/Queue Monitoring
Can anyone please advise what is the recommended way of monitoring Windows Service Bus Subscription and Queues? I would ideally like to monitor and alert on:-Dead letter count -Total Message count...
View ArticleService Bus 1.1 Issues with SHA512 Certificates
Hello,There's a few scattered posts and topics around the web on this, so I thought I'd consolidate the information in one place. There's no suitable Microsoft Connect product issues page, so I'm...
View ArticleTopic started with "/" not possible
Hello,running the following line of code :if (!namespaceManager.TopicExists(topic)) { namespaceManager.CreateTopic(topic); }where topic is a string that contains "/mytopic", I receive the following...
View ArticleLinux - Java 8
To publish/subscribe messages to service bus topics can I use the Azure Client Libraries for Java http://azure.microsoft.com/en-us/documentation/articles/java-download-linux/ or should I use Qpid...
View ArticleSecurity Token Provider: trusted domain
It seems there is an issue with the security token provider and trusted domains.For example, if the Service Bus is installed on a computer joined to DomainA, the SQL Server joined to DomainA, and a...
View ArticleMessageSizeExceededException on Complete
We have run into very weird situation. Occasionally, we got MessageSizeExceededException when calling message.Complete() after processing the message. It doesn't happen every time, but reproduces...
View ArticleService Bus for Windows Server - The API Version is not Supported
Hi, We're working with Service Bus 1.1 for Window Server installed on our LAN. Our machines are Windows Server 2008. We're also using Service Bus Explorer...
View ArticleService Bus to Web Services- Getting Started Questions
Hi,We have a client with some specific requirements to use the Service Bus and we're not at all familiar with so I thought I'd ask here to try and cut through the overwhelming amount of information out...
View ArticleNotification Hubs for Universal Apps (Windows 8.1 and Windows Phone 8.1)
Hi,If I have a notification hub for a Windows 8.1 and Windows Phone 8.1 app. Can I send a single notification to both at the same time? If so, what happens to the notification if the template is not...
View ArticleServiceBus over AMQP/QPID client closes consumer
Hi,We have on-premise installation of ServiceBus and Java JMS QPID client 0.26. It seems that there is bug in SB - it sends END command to consumer when producer closes connection. Both producer and...
View ArticleServiceBus over AMQP / QPID client closes idle consumer
Hi,We have on-premise installation of ServiceBus and Java JMS QPID client 0.26. It seems that there is bug in SB - it sends END command (unauthorized-access) to idle consumer.Here is my consumer:...
View ArticleService Bus AMQP force detach Qpid Proton C client
Hello,I compiled Qpid Proton C library on Ubuntu and I can send and receive message to/from Service Bus using AMQP 1.0 protocol.On the receive I have a problem...After receiving the message, the...
View ArticleUnderstading Execution Model - Threading
Hi AllI've been developing a proof of concept application using Azure Service Bus for a customer. It's working as expected so far, but I have some issues understanding how to make it scale.Lets take...
View ArticleSending Push Notification from backend Server and the XML to include Toast...
I'm using Service bus to send Windows Push notifications from my backend service and send Notification as below:String.Format("<?xml version=\"1.0\" encoding=\"utf-8\"?>" + "<toast>"...
View ArticleBest design for my system
I am looking to migrate an existing system to SB for Windows 1.1 and would like some input on this design: There will be about 250 client machines and about 3-5 backend manager machines. The client...
View ArticleSpecifying all three endpoints when using NetMessagingBinding with on-premise...
Hello, We have an on-premise installation of Windows Service Bus 1.1 with a three node farm. The actual communication to the service bus is done through a WCF Service with NetMessagingBinding. When...
View ArticleService Bus 1.1: Grant access to a domain group instead of individual users
Hello,Am trying to test the various authentication/ authz options in Service Bus 1.1.I have installed windows azure admin pack and configured the server service bus.I have managed to test SAS...
View Article