我正在尝试使用以下链接https://azure.microsoft.com/en-us/documentation/articles/event-hubs-java-storm-getstarted/开始使用Eventhubs。
当我将连接字符串直接传递给ConnectionStringBuilder(connectionString)时,程序会将数据发送到Eventhub。我注意到连接字符串
以Endpoint = sb:// ....
开头但是当我使用ConnectionStringBuilder(namespaceName,eventHubName,sasKeyName,sasKey)时,我注意到创建了connectionstring
以Endpoint = amqps://
开头并且该程序无法正常工作并出现以下错误
com.microsoft.azure.servicebus.AuthorizationFailedException: Attempted to perform an unauthorized operation.
答案 0 :(得分:0)
我错过了SaSKey的最后一个字符,所以它没有工作......对不起这个问题