Questions tagged [inbound]
121 questions
19
votes
1 answer
Source Port vs Destination Port
I am new to TCP/IP and trying hard to learn basics. Well, I really wonder about inbound rules and outbound rules of Firewall and concept of source adress:port, destination adress:port.
For example I am investigating port 80. I know that http uses…

Omer
- 8,194
- 13
- 74
- 92
14
votes
5 answers
How to implement inbound email on Amazon AWS?
I'm relatively new to AWS, but I am trying to figure out how to get AWS to receive emails. According this post How to configure email accounts like support@xyz.com or feedback@xyz.com on AWS SES only handles outbound email.
What I am hoping to…

Elenesski
- 409
- 1
- 5
- 17
8
votes
1 answer
How to authenticate Inbound Mail? With SendGrid specifically?
I created an application which uses SendGrid's Inbound Parse Webhook. Whenever someone emails "whatever@mydomain.com", the email goes to SendGrid, and then SendGrid hits our server with a POST containing the email's contents. We can then feed that…

kdeez
- 681
- 1
- 8
- 17
7
votes
2 answers
How to set a registry entry to use in inbound endpoint?
I'm a newbie to WSO2 and I'm searching how to declare a registry property in the ESB to use it as a parameter to an inbound endpoint.
I saw that I could use it like this:

Julien GRESSE
- 354
- 1
- 13
5
votes
2 answers
Custom Identifier SendGrid Inbound Parse API
So, I'm using SendGrid to send marketing campaigns from my own SaaS platform.
I recently discovered that SendGrid provide an Inbound Parse feature, so I can catch the emails that people reply to those campaigns. My idea then was adding to my…

dan
- 990
- 1
- 14
- 22
5
votes
1 answer
Spring integration Java - how to use @InboundChannelAdapter to check a directory for files?
How can i get @InboundChannelAdapter to work with files? something like this:

Ocelot
- 1,733
- 4
- 29
- 53
5
votes
1 answer
Spring integration - multi inbound adapters not working
In my project I use 9 (nine) int-ip:udp-inbound-channel-adapter's and one jms:inbound-channel-adapter. Jms adapters receives messages from server. Everything worked fine, but when i added another (10th) int-ip:udp-inbound-channel-adapter jms stopped…

Marek Wargocki
- 141
- 5
4
votes
2 answers
JCA Inbound Messaging Implementation
I am developing a JCA adapter and I have some doubts about my implementation for inbound messaging. The use case is I need to submit some job to EIS and include a URL as a parameter. When EIS completes the job, it invokes the URL as a notification.…

K Hein
- 894
- 2
- 12
- 23
4
votes
0 answers
Mandrill .NET inbound mail webhook: HTTP error 411
This is for those who have tried using Mandrill .NET in github.
I need to be able to process inbound mails, and based on Mandrill documentation, I have to create a webhook with a corresponding public url. In terms of implementing the action method,…

user2785854
- 51
- 2
4
votes
2 answers
Spring Integration inbound webservices wsdl generation
I am trying to evaluate Spring Integration specially interested in exposing a simple POJO based service into a SOAP based webservice via service activator. Currently I am stuck & have issue generating dynamic wsdl. The WSDL is not loaded & browser…

user2191296
- 65
- 1
- 10
4
votes
1 answer
Adding an Inbound Rule in IIS [UrlRewite]
Currently, on my Production server, i have Inbound Rule set as follows which works file for all my requirements.
Inbound Rule is as follows.
Match URL section
Requested URL: Matches the Pattern
Using: Regular Expression
Pattern: (.*)
Ignore Case:…

shakti
- 191
- 1
- 8
- 21
3
votes
1 answer
DigitalOcean Droplet Inbound / Outbound (What is what?)
I am still new to DigitalOcean and Ubuntu servers, so I hope one of you can explain to me the difference between Inbound and Outbound traffic. I tried reading through DigitalOcean's information, but it still doesn't inform exactly what i can count…

Michael Ørregaard Andersen
- 94
- 1
- 15
3
votes
1 answer
Netty chunked input stream
I have seen lots of questions around about chunked streams in netty, but most of them were solutions about outbound streams, not inbound streams.
I would like to understand how can I get the data from the channel and send it as an InputStream to my…

Murilo Tavares
- 75
- 7
3
votes
0 answers
Displaying the SMSC address which was used for sending an SMS to my phone in Android
In Android, is it possible to somehow display the SMSC address which was used for sending a given SMS to my phone? I'd like to write an app which lets me pick one of my stored SMS and then displays this SMSC address. Preferably this would happen as…

gsm-man
- 31
- 1
- 3
3
votes
1 answer
Spring Integration ftp inbound channel adapter recursive synchronization
With Spring Integration, is it possible to synchronize files (including subfolder's files) recursively using ftp inbound channel adapter?

user2654631
- 33
- 3