Looking for C code for MQ server to sed/receive messages

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Looking for C code for MQ server to sed/receive messages
# 1  
Old 04-14-2017
Looking for C code for MQ server to sed/receive messages

I am working on C program to connect to MQ websphere server send/receive messages. Can somebody give me examples of such program?


Thanks for contribution
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Unable to receive mails from email relay server

Hi, I have reports that are generated in one server (10.61.1.108), hostname l28bi01. These reports are supposedly sent to a group of email addresses hourly via an email relay server. However, this is not happening. In sendmail.cf in bi01, the DS Smart Relay Host ip address is: ... (3 Replies)
Discussion started by: anaigini45
3 Replies

2. Solaris

Configuring Centralized Solaris Server to Receive Syslogs

Hello, I am new to Solaris. However, I was able to configure the Syslog server on Solaris. I am using a windows client to send logs to my Solaris syslog server. this is working fine. however, I have 23 servers which are sending their logs to the syslog server and it is very difficult to read all... (2 Replies)
Discussion started by: ravmohun
2 Replies

3. UNIX for Dummies Questions & Answers

awk code does not receive input

I'm just starting to understand how awk works and yet this is really driving me crazy. I can't guarantee the rest is correct but I know the input is not being received via the ' $ ' sign. Can anyone tell me what's wrong with my code?? { EAS_ACC=$2; NOR_ACC=$3; ... (7 Replies)
Discussion started by: o2tha1
7 Replies

4. Shell Programming and Scripting

Notification from another server need to receive.

I have two application server appserver1 and appserver 2. A script will run from appserver1 which main activity is 1. Connect with the apserver 2 and run a script which saved on appserver2 2. the saved script will in appserver 2 will complete its task and generate a log Problem i need to... (0 Replies)
Discussion started by: Imtiaz43
0 Replies

5. Programming

how can I send and receive data in client server socket programing

char name; printf ("Welcome to the server \n"); printf ("Enter user name: \n"); scanf ("%c", &name); how can client send name to server:what should be the code? int send ( int sid , const char ∗buffer Ptr , int len , int f l a g ) how can client receive ack from... (1 Reply)
Discussion started by: saiful_911
1 Replies

6. Shell Programming and Scripting

Writing a program to receive the GPS data and send to other server

Hi, I would like to write a program to receive the GPS data and then send the data via network to other program. All of the program is not write yet(include host and sender) All of the server OS is unix or linux Could you mind to give me some idea to do this? Thanks so much! Ken ... (2 Replies)
Discussion started by: kenlok
2 Replies

7. Shell Programming and Scripting

I could not receive the mail sent from the unix server using 'mailx'

Hi All, I have sent a mail to my gmail id using the below command. echo " " | mailx -s "sub" myid@gmail.com I didn't get any error notification. But still I didn't receive that mail still.. please help me to learn how to send mail to other provider (Yahoo/gmail) from unix server.... (1 Reply)
Discussion started by: little_wonder
1 Replies

8. Linux

How to configure linux to receive snmp traps from a windows server?

Can anybody please tell me how to configure linux to receive snmp traps from a windows server? I am not able to receieve snmp traps on unix machines specifically linux and solaris. I have tried starting snmptrapd service on linux but it didn't work. Is there anything special that I have to do on... (2 Replies)
Discussion started by: iamtulipin
2 Replies

9. Shell Programming and Scripting

how to receive messages in mobile from our server?

Hello Unix Gurus, i want to know if we can receive mobile messages from our server. situations like "application error/server crashed" should send an alert on my mobile. Is it possible using mailx or other command? if yes,pls let me know regards abhijeet India (2 Replies)
Discussion started by: abhijeetkul
2 Replies

10. IP Networking

Tcp Ip Send Receive Server Program

Requirements: A server program should read a file and send the message to the client . if the file is not there, then switch to the receive part of the same program and receive any messages from the socket. If no messages to receive then switch to send part of the program to... (2 Replies)
Discussion started by: Rajeshsu
2 Replies
Login or Register to Ask a Question
SENDFILED(8)						      System Manager's Manual						      SENDFILED(8)

NAME
sendfiled - Simple Asynchronous File Transfer server SYNOPSIS
sendfiled [ -4 | -6 ] [ -d ] [ -f ] [ -q ] [ -Q ] [ -c configfile ] DESCRIPTION
sendfiled is a server process (daemon) for the Simple Asynchrnous File Transfer (SAFT) protocol. The server is normally called by inetd (8) and receives files or messages sent by SAFT-clients to the. Files are stored in the recipient's spool and messages are written to the recipient's terminals. The -4 and -6 options explicitly force IPv4 or IPv6 connections. By default, the program will try to resolve the name given, and choose the appropriate protocol automatically. If resolving a host name returns both IPv4 and IPv6 addresses, sendfiled will try to use the adresses in the order they are returned by the resolver. If the -d option is specified, debugging information is written to /var/log/sendfiled.dbg. If the -f option is specified, sendfiled prints the free disk space on /var/spool/sendfile and terminates. If the -q option is specified, sendfiled processes once the outgoing spool and terminates. If the -Q option is specified, sendfiled starts an outgoing spool daemon, which runs in an endless loop in the background. On startup sendfiled reads its configuration file /etc/sendfile.cf, but you can specify with -c configfile an alternate configuration file. sendfiled is also an O-SAFT server, which means authenticated clients can fetch files. See fetchfile (4) for details. sfdconf is the sendfiled configuration helper program. It has its own usage help, just type sfdconf -h FILES
/etc/sendfile.deny Users which are not allowed to receive files or messages. /etc/sendfile.allow Users which are ONLY allowed to receive files or messages. If this file has at least one entry, then /etc/sendfile.deny will be ignored. /etc/sendfile.aliases Alias names for local users. Format is: alias realname /var/spool/sendfile/LOG/in Log file for incoming files. /var/spool/sendfile/LOG/out Log file for outgoing files. /etc/sendfile.cf The system configuration file. See sfdconf -i config for a complete description and default values. SEE ALSO
sfdconf sendfile(1) receive(1) sendmsg(1) fetchfile(1) fetchfile(4) AUTHOR
Ulli Horlacher - framstag@rus.uni-stuttgart.de 3rd Berkeley Distribution SENDFILED(8)