{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"},{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/4"}],"enrichment":{"capability":"Solace Messaging API for Python provides client access to Solace Event Brokers, enabling publish-subscribe and queued message delivery patterns with support for both direct (fire-and-forget) and persistent (guaranteed) messaging.","skillfed_tags":["event-broker","message-queue","pub-sub"],"use_cases":["Build event-driven microservices that publish and subscribe to topics on a Solace Event Broker.","Implement reliable message queuing where offline receivers can retrieve stored messages upon reconnection.","Create low-latency pub-sub applications using DirectMessagePublisher for messages that don't require persistence.","Integrate Python applications into existing Solace messaging infrastructure for enterprise event streaming.","Develop multi-pattern messaging workflows combining direct and persistent delivery in the same application."],"what_it_does":"Solace Messaging API for Python is a client library that connects Python applications to Solace Event Brokers. It provides four primary abstractions: MessagingService (connection management), MessagePublisher (direct or persistent send), MessageReceiver (direct or persistent receive), and Message (payload wrapper). The library supports two delivery modes\u2014direct messaging for low-latency fire-and-forget patterns, and persistent messaging for guaranteed delivery even when receivers are offline. Messages can be queued on the broker and acknowledged by receivers.\n\nThe package is built on platform-specific wheels for macOS, Linux (x86_64 and ARM), and Windows, with no external runtime dependencies. It requires Python 3.6 or later and cannot coexist with Python's multiprocessing module in the same application. The API is maintained by Solace Corporation and documented at docs.solace.com.","worth_installing":"Yes, if you are already using or planning to deploy Solace Event Brokers and need Python client connectivity. The library is production-stable, permissively licensed, and has no runtime dependencies. However, the aging maintenance status (252 days since last release) and the multiprocessing incompatibility are real constraints\u2014verify that your deployment model and Python patterns align before committing."},"id":"solace-pubsubplus","links":{"html":"https://skillfed.io/packages/solace-pubsubplus","md":"https://skillfed.io/packages/solace-pubsubplus.md","pypi":"https://pypi.org/project/solace-pubsubplus/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-12-05","license_spdx":null,"license_treatment":"permissive","name":"solace-pubsubplus","python_support":"supports_current","summary":"Solace Messaging API for Python."},"popularity":{"monthly_downloads":265177,"position":8328,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.11.0"}
