简体   繁体   English

使用QPID和Python从Azure事件中心接收

[英]Receiving from Azure Event Hub using QPID and Python

Im trying to use qpid-proton to receive events from an Azure event hub. 我试图使用qpid-proton从Azure事件中心接收事件。 I am working on an x64 Windows 8.1 machine. 我正在使用x64 Windows 8.1机器。 At first I tried to install qpid-proton-0.12 but the install failed in testing in Visual Studio. 最初,我尝试安装qpid-proton-0.12,但是安装在Visual Studio中测试失败。

I then downloaded qpid-python-0.32, which was installed successfully. 然后我下载了成功安装的qpid-python-0.32。 However, there are no examples of connnecting to the event hubs with qpid. 但是,没有使用qpid连接到事件中心的示例。 The only examples I can find are using proton. 我能找到的唯一例子是使用质子。

How would I connected to an Azure Event Hub to receive messages using qpid-python-0.32 我如何连接到Azure事件中心以使用qpid-python-0.32接收消息

@MadProgrammer, I would like to point out that for now we do not have or offer support in Python (At this moment the IoT Hub SDK does not offer an example of how to connect a client with Python), at your convenient, please feel free to submit a feature request at https://feedback.azure.com/forums/321918-azure-iot . @MadProgrammer,我想指出的是,目前我们还没有或没有提供Python支持(目前IoT Hub SDK不提供如何将客户端与Python连接的示例),请您方便使用可在https://feedback.azure.com/forums/321918-azure-iot上免费提交功能请求。 Such being the case and for the time being, I would suggest that users prototype with one of the supported languages such as Node.js or Java for example. 在这种情况下,暂时,我建议用户使用一种受支持的语言(例如Node.js或Java)进行原型设计。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Python Qpid / Proton / Messenger(),如何过滤来自Azure事件中心的消息? - Using Python Qpid/Proton/Messenger(), how do I filter messages from Azure Event Hubs? 使用 Python 使用来自 Azure 事件中心的消息? - Consuming messages from an Azure Event Hub using Python? 使用Qpid-Proton将事件中心发送给发布者 - Send to Event Hub to a publisher using Qpid-Proton 使用 Python 将事件发送到 Azure 事件中心 - Send events to Azure event hub using Python 如何持续从证券交易所等网站获取数据并使用 python 将其发送到 azure 事件中心? - How to continuously fetch data from websites like Stock exchange and send it to azure event hub using python? 使用 python 在 Azure 事件中心收集 Websocket 流数据 - Collect Websocket streaming data in Azure Event Hub using python 使用 python 应用程序将数据发送到 azure 事件中心 - Send data to azure event hub using python app Python 虚拟设备句柄更改事件来自 azure IoT 集线器 - Python virtual device handle changed event from azure IoT hub 尝试从 python 中的 azure 数据块中的事件中心读取事件 - Trying to read events from event hub in azure databricks in python Python Azure 事件中心使用事件属性 - Python Azure Event Hub Consume Event Properties
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM