LogoLogo
AMPS Python Client 5.3.4
AMPS Python Client 5.3.4
  • Welcome to the AMPS Python Client
    • Before You Start
    • Obtaining and Installing the AMPS Python Client
    • Your First AMPS Program
      • Client Identification
      • Connection Strings for AMPS
      • Connection Parameters for AMPS
      • Providing Credentials to AMPS
    • Subscriptions
      • Content Filtering
        • Changing the Filter on a Subscription
      • Synchronous Message Processing
      • Asynchronous Message Processing
        • Understanding Threading
      • Understanding Message Objects
      • Regular Expression Subscriptions
      • Ending Subscriptions
    • Error Handling
      • Exceptions
      • Exception Types
      • Exception Handling and Asynchronous Message Processing
      • Controlling Blocking with Command Timeout
      • Disconnect Handling
        • Using a Heartbeat to Detect Disconnection
        • Managing Disconnection
        • Replacing Disconnect Handling
      • Unexpected Messages
      • Unhandled Exceptions
      • Detecting Write Failures
      • Monitoring Connection State
    • State of the World
      • SOW and Subscribe
      • Setting Batch Size
      • Managing SOW Contents
      • Client Side Conflation
    • Using Queues
      • Backlog and Smart Pipelining
      • Acknowledging Messages
      • Returning a Message to the Queue
      • Manual Acknowledgment
    • Delta Publish and Subscribe
      • Delta Subscribe
      • Delta Publish
    • High Availability
    • AMPS Programming: Working with Commands
    • Utility Classes
    • Advanced Topics
    • Exceptions Reference
    • AMPS Server Documentation
    • API Documentation
Powered by GitBook

Get Help

  • FAQ
  • Legacy Documentation
  • Support / Contact Us

Get AMPS

  • Evaluate
  • Develop

60East Resources

  • Website
  • Privacy Policy

Copyright 2013-2024 60East Technologies, Inc.

On this page
  • Runtime
  • Setting Up a Development Instance
Export as PDF
  1. Welcome to the AMPS Python Client

Before You Start

PreviousWelcome to the AMPS Python ClientNextObtaining and Installing the AMPS Python Client

Last updated 3 months ago

Welcome to developing applications with AMPS, the Advanced Message Processing System from 60East Technologies!

These guides will help you learn how to develop applications using AMPS.

Before getting started with this guide, it is important to have a good understanding of the following topics:

  • Developing Applications in Python

    To be successful using this guide, and developing applications with AMPS, you will need to have a working knowledge of the language you are developing in.

  • AMPS Concepts

    This guide focuses on using the AMPS client libraries and how those libraries work with the AMPS server.

    Before working through this guide, we recommend reading the guide.

    Detailed explanations of the AMPS server behavior are in the .

You will also need a system on which you can develop and run Python applications and a system where you can host the AMPS server.

Runtime

The features supported on your processor and operating system depend on the features supported by the underlying C++ client, as shown in the following table:

Feature
Linux x64 / aarch64
Windows x64
OSX x64 / aarch64

Incredible performance

X

X

X

Publish and subscribe

X

X

X

State of the World (SOW) queries

X

X

X

Topic and content filtering

X

X

X

Atomic SOW query and subscribe

X

X

X

Transaction log replay

X

X

X

Historical SOW query

X

X

X

Beautiful documentation

X

X

X

HA: automatic failover

X

X

X

HA: durable publish and subscribe

X

X

X

Setting Up a Development Instance

You will need an installed and running AMPS server to use the product as well. You can read the sample programs without a running server, but you will get the most out of this guide by running the programs against a working server.

Instructions for starting an instance of AMPS are available in the guide.

The AMPS server runs on x64 Linux. The and contain information on how to run an AMPS server on a development system that does not run Linux.

Introduction to AMPS
AMPS Server Documentation
Introduction to AMPS
Introduction to AMPS
AMPS FAQ