Questions tagged [apache-synapse]

Apache Synapse is a lightweight and high-performance Enterprise Service Bus

Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB).

Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for , and .

In addition to XML and , Apache Synapse supports several other content interchange formats, such as plain text, binary, Hessian and JSON. The wide range of transport adapters available for Synapse, enables it to communicate over many application and transport layer protocols.

As of now, Apache Synapse supports HTTP/S, Mail (POP3, IMAP, SMTP), JMS, TCP, UDP, VFS, SMS, XMPP and FIX.

207 questions
1
vote
1 answer

WSO2 esb advice on complicated service - validate current approach

Can anyone validate this approach? I'm very new to ESBs so struggling with the best approach to what to me seems a very complex flow. I am using WSO2 ESB (Apache Synapse). Use case: Read in cvs file with simple two columns. For each line take one…
radder5
  • 236
  • 3
  • 14
1
vote
1 answer

WSO2 Esb Task start and stop events

I am currently implementing a custom task inside wso2 esb, which checks some processes on the server and starts them if processes are not up. However i also need to stop those processes if wso2 carbon instance on the server stops. Apache synapse…
fgakk
  • 1,289
  • 1
  • 15
  • 26
1
vote
2 answers

WSO2 ESB catch transport exceptions (MessageBuilder)

When I read a message with a WSO2 ESB Proxy, I need to define a specific datatype and this is then applying a certain MessageBuilder (defined in the axis2.xml). But when the MessageBuilder fails (i.e. I try to read a text file with the XMLBuilder)…
Philipp
  • 4,645
  • 3
  • 47
  • 80
1
vote
0 answers

Guaranteed delivery to dynamic recipient list

I have an upcoming project to provide guaranteed delivery of notification messages over web-services to a dynamic recipient list. We're currently using Synapse for some other transformation, routing, and proxying requirements, and I'm keen to…
1
vote
2 answers

stWSO2ESB OutSequence Processing

I'm transforming XML request to SOAP via XSLT in WSO2ESB, just wondering is it possible to make request parameter available to be used in response? E.g. 123 testing -> converted to SOAP
1
vote
0 answers

Configuring implicit TLS over FTP in Synapse VFS transport

We need to connect to a ftp-server which only allows implicit TLS over FTP on port 990. We are using WSO2 ESB 4.5.0 which support ftps and is built on the Synapse project. An example configuration in WSO2 for ftps can be found here. We are not able…
1
vote
1 answer

Using get-Property method to read http post parameters

First let me explain what I am trying then I shall get to the problem I am facing... I am using wso2 esb to create a proxy web service such that I can send http post request to an exisiting web serive. Consider SimpleStockQuote web service hosted in…
yashdosi
  • 1,186
  • 1
  • 18
  • 40
0
votes
1 answer

Loading Parquet and Delta files into Azure Synapse using ADB or Azure Synapse?

I have a below case scenario. We are using Azure Databricks to pull data from several sources and generate the Parquet and Delta files and loaded them into our ADLS Gen2 Containers. We are now planning to create our data warehouse inside Azure…
0
votes
1 answer

ADF Data flow expression

I am trying to build ADF data flow select operation to dynamically select column names. I am receiving required column names in an array parameter named 'colNames' and then I am trying to use that in data flow expression to check if column name in…
0
votes
1 answer

How to have booth ZOEDER and VORDER on a single table

I have a table called Human and I want to apply optimization technique of Zorder on Region and Area with VORDER on the whole table. Can anyone suggest a sample code or explain what is Predator as per the documentation OPTIMIZE…
0
votes
0 answers

Change Storage Account Name Synapse Serverless

When I deploy my dacpac file from dev to test my Synapse Serverless external tables still point to the dev storage account name and not the test storage account name. CREATE EXTERNAL DATA SOURCE [ADLSGold] WITH (LOCATION =…
Bob
  • 1
0
votes
1 answer

python wheel or whl file

If I refrain from importing any libraries above, and instead create a straightforward function to generate a wheel file, everything works perfectly: def codeversion(): print(f"Package Imported Successfully") However, when I include certain…
Umer
  • 25
  • 5
0
votes
1 answer

Save Spark dataframe to a dynamic Path in ADLS using Synapse Notebook

I am trying to use a Synapse Notebook using Pyspark to read a bunch of parquet files and reprocess them into different folder structure "YYYY/MM/YYYY-MM-DD.parquet based on the created_date of the row. When I just use a literal path, everything…
0
votes
2 answers

How to access API Version in WSo2 MI backend

I am trying to access the API version set in the API Manager frontend, defined via an openAPI v3.0.3 spec, in the Micro Integrator backend - I can see this is defined in the API Overview page. However I find attempting to access the property…
0
votes
1 answer

Matrix Synapse: Can't join room

my question is regarding Matrix Synapse. Does anyone have an idea why I always get a 404 error with the message {"errcode":"M_UNKNOWN","error":"Can't join remote room because no servers that are in the room have been provided."} when I try to join a…
neldierto
  • 21
  • 6