Questions tagged [zato]

Zato is an open-source ESB, SOA, REST, APIs and cloud integrations in Python

About

Zato is an open-source ESB (Enterprise Service Bus) and application server in Python

Key Features

  • Using Python alone gives you increased productivity
  • HA load-balancer, hot-deployment and hot-reconfiguration almost everywhere - forget server restarts
  • Browser-based GUI, CLI and API - forget XML configuration
  • Written by pragmatists for pragmatists - you'll never have to spend an entire night debugging a horror system running on an exotic platform again
  • Protocols, industry standards and data formats - HTTP, JSON, SOAP, AMQP, JMS WebSphere MQ, ZeroMQ, Redis, SQL, FTP, security and more
  • Commercial support and training available. Growing community around the project.

Links

6 questions
1
vote
0 answers

PyMongo dropping connections to mongos randomly

I have a MongoDB cluster (2.6.3) with three mongos processes and two replica sets, with no sharding enabled. In particular, I have 7 hosts (all are Ubuntu Server 14.04): host1: mongos + Client aplication host2: mongos + Client aplication host3:…
Carles Sala
  • 1,989
  • 1
  • 16
  • 34
0
votes
2 answers

How to correctly configure an outgoing SQL connection WITH TLS under ZATO?

I'm using zato esb for a personal project/experiment and had success when creating and querying SQL databases via de outgoing->SQL connection (with no TLS encryption....) However I'm trying to get a managed MSSQL hosted on azure to work and can't…
Alex
  • 13
  • 5
0
votes
1 answer

storing import data in zato Redis db

In zato.io I would like to create a service and periodically pull data from ERP. Later on that data will be pushed from zato.io to another external system. Is it a good practice to store that data (temporarily) in zato.io's default Redis database…
bogumbiker
  • 437
  • 2
  • 5
  • 19
0
votes
1 answer

rabbitMQ return queue is empty when i trying to get message by using outgoing AMQP from zato

I have a service that is invoked by ESB (zato) the role of this service is to publish a message in rabbitMQ through an AMQP outgoing but when i consult rabbitMQ and make get message the answer is queue is empty.this is service in zato from…
hend
  • 1
  • 1
  • 2
0
votes
1 answer

How to assert value in login response in soapUI?

I have a login request and I want to assert a value from the response. Here is this response:
Templog Log
  • 405
  • 3
  • 7
  • 17
0
votes
1 answer

Calling a SOAP service with Python & zato.io

So, I was thinking about trying out the Zato.io ESB with a small project. The flow will be like this: Expose a simple REST service that will receive one or multiple ids from the clients Read pkcs12 certificate and call SOAP service once for every…
elwis
  • 1,395
  • 2
  • 20
  • 34