I confused.
There is RootManageSharedAccessKeyfor the ServiceBus itself:
the Endpoint=sb://analyticssample.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;...
There can be also the "Shared Access Policies" for each EventHub, which have names.
Seems we have to use the RootManageSharedAccessKey for the create/delete/.. eventhubs.
What we have to use to send/receive(listen) messages from eventhubs? Can we use both keys (RootManageSharedAccessKey and Shared Access Policy Keys? Or we have to use only theShared Access Policy Keys?
Leonid Ganeline [BizTalk MVP]