Questions tagged [spring-integration-aws]

Spring Integration Extension for Amazon Web Services.

The full explanation can be found on project github page

122 questions
1
vote
1 answer

Can't find spring integration aws schema location online

I can't find http://www.springframework.org/schema/integration/aws/spring-integration-aws.xsd under http://www.springframework.org/schema/integration/ Any help?
Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82
0
votes
0 answers

Spring Batch 5 Remote Partitioning Using spring-cloud-aws 3.0.1 SQS

I have integrated AWS SQS to run a batch job using spring batch 5 remote partitioning. I have used LocalStack for SQS service. My Worker configuration is working fine and Manager Configuration application is exiting without errors. I have referred…
0
votes
0 answers

Migrating spring-cloud-aws-messaging to new Spring

I need to migrate spring-cloud-aws-messaging to another compatible lib with new Spring Version. Because the last version of spring-cloud-aws-messaging has javax.servlet » javax.servlet-api as Provided Dependencies (1), and the new Spring Version…
0
votes
0 answers

spring-integration-aws based on AWS SDK for Java 2.x for SQS based spring batch remote partitioning

Do we have a version spring-integration-aws version available that uses AWS SDK 2.x for creating SNS-SQS adaptors.My use case requires me to use spring-integration-aws as I am doing a spring batch remote partitioning via SQS but want to use latest…
Sam
  • 295
  • 2
  • 9
  • 24
0
votes
1 answer

How do I remove the "nativeHeaders" warning with Spring Integration AWS SNS?

In an out-of-the-box configuration of the Spring Integration AWS SnsMessageHandler outgoing channel adapter, a Spring Message header named nativeHeaders of type LinkedMultiValueMap is populated somewhere along the chain. During the conversion…
0
votes
1 answer

How to produce a message record which can be consumed by a spring cloud stream consumer?

From the producer side, I'm using Kinesis's PutRecord API to produce messages to the stream. From the consumer side, I'm using spring-cloud-stream-binder integration for kinesis. I have adapted the code for building the PutRecordRequest object from…
0
votes
1 answer

Spring Integration - WIth AWS S3 ( Retry Strategy)

I am creating a simple integration service with AWS S3. I am facing some difficulties when an exception occurs. My requirement is to poll an S3 Bucket periodically and to apply some transformation whenever a file is newly placed into S3 Bucket. The…
0
votes
1 answer

Kinesis spring binder after upgrade to 2.1.0 number of writes to SpringIntegrationLockRegistry tripled, why?

Recently updated the spring kinesis binder from 2.0.1.RELEASE to 2.1.0 and started to see the DynamoDB table number of writes against the table SpringIntegrationLockRegistry tripled. Wondering if anyone knows what has been changed in this lib that…
0
votes
1 answer

Spring Integration to pickup only based from the filename specified by a trigger file

Using spring integration, I want to pickup only the files based from the filename specified by a trigger file. E.g. batch01.tar will be picked up if .batch01-trigger is present then update the filename of the trigger depending on the processing…
0
votes
1 answer

Spring Integration: Inbound File Adapter drops files when service restarts

We're using the S3InboundFileSynchronizingMessageSource feature of Spring Integration to locally sync and then send messages for any files retrieved from an S3 bucket. Before syncing, we apply a couple of S3PersistentAcceptOnceFileListFilter filters…
Nitin Savant
  • 931
  • 1
  • 8
  • 19
0
votes
1 answer

Spring integration: how to make multi thread to poll message from a pollable channel through service activator as a paraller service

In my Code, SqsMessageDrivenChannelAdapter channel adapter configured to read message from AWS queue and push to a pollable channel(Queue). To the pollable channel,a service activator is pointing to poll message and process. My Exact question: How…
0
votes
1 answer

Spring Integration aws Kinesis , message aggregator, Release Strategy

this is a follow-up question to Spring Integration AWS RabbitMQ Kinesis I have the following configuration. I am noticing that when I send a message to the input channel named kinesisSendChannel for the first time, the aggregator and release…
LBPS
  • 83
  • 9
0
votes
1 answer

Spring Integration AWS RabbitMQ Kinesis

We have a use case where messages are consumed from RabbitMQ, transform it and push the record to the Kinesis stream. Each message in RabbitMQ corresponds to a record in the Kinesis stream. AmazonKinesisAsync supports PutRecordsRequestEntry where…
LBPS
  • 83
  • 9
0
votes
1 answer

Spring Integration AWS Kinesis Message Hanlder

The KinesisMessageHandler class accepts a constructor with input as AmazonKinesisAsync. AmazonKinesisAsync is an interface for accessing Kinesis asynchronously. Does this mean that there is no synchronous support for KinesisMessageHandler? Also,…
LBPS
  • 83
  • 9
0
votes
1 answer

How do we unit test spring integration xml configuration?

I am new to spring integration and currently stuck on unit testing my integration flow. My flow looks something like this. Recieve some data from TCP channel adapter in XML format. Convert it to JSON. Send JSON message to amazon sqs queue. and XML…
kumarabhishek
  • 125
  • 1
  • 1
  • 7
1 2 3
8 9