Sponsored Content
Operating Systems Linux Red Hat Looking for C code for MQ server to sed/receive messages Post 302995908 by digioleg54 on Friday 14th of April 2017 03:18:50 PM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
MULTINODE_SERVER(1)						       MORSE						       MULTINODE_SERVER(1)

NAME
multinode_server - Server program to synchronise several instances of MORSE SYNOPSIS
multinode_server [synchronisation delay] DESCRIPTION
Socket server program to synchronise several instances of MORSE (nodes) running the same simulation scenario. This program must be started before launching the simulation in the nodes. All the client nodes will connect with the server and send it the updated positions of the robots they manage. The multinode_server program will concentrate the positions of all robots into a single Python dictionary, and then send it back to all clients. It also permits pausing the simulation, by typing in its terminal p and Enter. The same command will allow the simulation to continue. This mechanism relies on the fact that the clients will remain waiting for a reply from the server before continuing with the simulation. PARAMETERS
[synchronisation delay] Optional parameter that defines the delay (in seconds) between messages to the connected clients. A larger delay will slow down the simulation in all clients. Default value is 0.0 SEE ALSO
morse(1) morseexec(1) COPYRIGHT
2009-2010, LAAS-CNRS/ONERA ; 2010-2012, LAAS-CNRS 0.5.2 May 14, 2012 MULTINODE_SERVER(1)
All times are GMT -4. The time now is 09:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy