Connect your services together | Event hubs Flashcards
What is an event hubs namespace?
An event hubs namespace is a container for managing one or more event hubs.
True or false: To deploy Azure Event Hubs, you must configure an Event Hubs namespace.
True
What is the maximum size for a single publication (individual or batch) that is allowed by Azure Event Hub?
1 MB
By default, how many partitions will a new Event Hub have?
4
Applications that publish messages to Azure Event Hub very frequently will get the best performance using Advanced Message Queuing Protocol (AMQP) because it establishes a persistent socket (true or false?).
True, Publishers can use either HTTPS or AMQP. AMQP opens a socket and can send multiple messages over that socket.