How does batching in Service Bus handle errors
Hi,I have some questions regarding batching in Service Bus.Assume that I have turned on batched storage access to optimize for speed.What happens if I call send/complete 10 times during this batch and...
View ArticlePush notification to match more than one tag
Is it possible to send push notifications for clients which match more than one tag?Tags = { "Hubba", "Bubba" }Condition: WHERE "Hubba" AND "Bubba"hubClient.SendWindowsNativeNotification(toast, Tags)
View ArticleRelay Service - Prevent Load Balancing
We have a service bus relay configured for our on-premise app. We want to turn off load-balancing for this configuration. ie. When the second client tries to listen on the same url, it should throw an...
View ArticleAzure Service Bus WCF File Streaming
Hello, I have a little console service running on my server that exposes it's endpoint to an azure service bus namespace. I am using webHttpRelayBinding in Streamed mode. I am using the microsoft...
View ArticleCan I use the Azure SDKs (PHP, Java, etc) for Service Bus for Windows?
As the title suggests, I would like to know if I can use the Azure SDK to connect to the Service Bus for Windows Server 1.0 from other platforms such as PHP, Ruby, Java? I know they can use the REST...
View ArticleAzure Service Bus 2.1, config changes
I have some code in a config file from an old project:<extensions> <behaviorExtensions> <addname="transportClientEndpointBehavior"...
View ArticleProblem starting message broker during service broker configuration
Hi,after a successful Installation of Service Broker 1.0 i started with its configuration.The farm creation was also successful but not the step when the Services are started. First it took a Long time...
View Articleservice bus 1.0 sbmessagecontainer01 schema documentation
Hi,Is there any documentation around the schema in the sbmessagecontainer01 database? I have been profiling it to see what happens when a message passes through, but it would be nice to read some...
View ArticleNotification Hubs, call RegisterNativeAsync returns...
Trying out using Windows Azure Notification Hubs in a Windows Phone 8 application.When I call RegisterNativeAsync passing the httpChannelUri, it throws a RegistrationAuthorizationException:HTTP...
View ArticleIssue with setting up notification hub in android studio project.
Has anyone been able to import the notification hub jar into an Android Studio project? Android Studio uses gradle by default. I was able to setup the dependency to google play services without any...
View ArticleMissingToken: Relay security token is required Error With Service Bus Relay...
Hi TeamI am trying to create a WCF service with BasicHttpRelayBinding. Everything works fine if i disable the security, however i am getting fault when security is turned on. Can somebody please...
View ArticleSetting Windows Service Bus into Window Service
hi,I am trying to setup windows service bus in windows service but i am getting error in endpoint not foundinner exception:40400: Endpoint not...
View ArticleRead from service bus queue through Javascript?
Dear forum,is there any Javascript library available which allows receiving messages from a service bus queue?If not is there any other tricky approach to let web apps benefit from service bus...
View ArticleHTTP Security of ServiceBus
I try to use HTTP ConnectivityMode working with NetTcpRelayBinding for ServiceBus to solve TCP firewall issue.Can anyone can tell me:Is HTTP ConnectivityMode secure enough for ServiceBus, I just do not...
View ArticleQuery MessageContainer database to view messages
Hi,Is it possible to Query the Service Bus for Windows Server 1.0 database to view messages?The purpose is to peek messages without locking the message.I would be fine with a "hack" that is not...
View ArticleWindows Azure Service Bus Connectivity problems
Is anyone else experiencing errors adding messages to topics or retrieving them from subscriptions in the US East datacenter?
View ArticleCaching QueueClient causing issues with peek
I am caching my QueueClient object in a static property, since Microsoft recommends not recreating it all the time (http://msdn.microsoft.com/en-us/library/windowsazure/hh851740.aspx). I have an MVC...
View ArticleAMQP TextMessage
I am trying to send a simple string message from .NET to a Java client using amqp over the service bus. According to the documentation I should be able to send a brokered message like this:message =...
View ArticleAMQP Client connection behind Proxy/Firewall not working.
AMQP client is not working either through C# or Java. We don't have problem with consuming ServiceBusQueue using the SDK.
View ArticleRelease Service bus 1.1 or higher for windows server?
Hello,Could anyone shed some light on the status of service bus 1.1 Preview and the plan to release?Thx,Leepe
View Article