Sponsored Content
Full Discussion: C with MQ Series
Top Forums Programming C with MQ Series Post 302211877 by Nagapandi on Saturday 5th of July 2008 02:22:35 AM
Old 07-05-2008
Well, I need to establish a connection from C(AIX) to WebSphere MQ(IBM) and will poll the message from MQSeries then write in to MQSeries.

Hope you get my question, please post your comments.

Thanks,
NagaSmilie
 

9 More Discussions You Might Find Interesting

1. Programming

Ibm Mq Series

hi everybody, My name is Raj i work in GE Global Software Solutions As Siebel Analyst. Can any one help in writing the code in Ansi C on HP-Unix platform to get data from IBM MQ-Series Server. IBM MQ-series client will be installed on the client machine which is on WIN NT platform. And MQ-series... (2 Replies)
Discussion started by: garimella
2 Replies

2. Shell Programming and Scripting

Fibonacci series

Need code to run the Fibonacci series from 0 to 10 (16 Replies)
Discussion started by: nycol
16 Replies

3. Shell Programming and Scripting

print 10 characters in series

suppose fileA kanika123ABC 1222222222222222 raciat5678ty 1221123333331121 jessica78ulllo 2233243223333333 so output shud be print only first 10 characters in series and rest remain same kanika123A 1222222222222222 raciat5678 1221123333331121 jessica78u ... (1 Reply)
Discussion started by: cdfd123
1 Replies

4. Shell Programming and Scripting

problem in fibonacci series

hi, I'm a beginner to UNIX and got some problem in this fibonacci.Please help me out.Here is the code: fibo() { if then fibo=` expr {fibo ($1 - 2)} + {fibo ($1 - 1)}` | bc echo $fibo fi } echo "enter a number:" read x #echo "The fibonnacci series for value $x is:" fibo $x ... (4 Replies)
Discussion started by: janani_kalyan
4 Replies

5. Programming

series of combinations

HI I have a series(sorted), which i require to create combinations. I am not getting the good code for doing this. My series should generate the following combinations... Please help me in getting this in C++. Thanks for your help. A: A A B: A B A B A B C: A ... (1 Reply)
Discussion started by: rameshmelam
1 Replies

6. Shell Programming and Scripting

How to code a series of numbers in SH

Hi. How can I write this in a shorter way? for NUMs in 1 2 3 4 5 6 I looked at the"seq" command, but I do not think that is what I want. Can I code for NUMs (1..7) Hey!! Is that it? (8 Replies)
Discussion started by: Ccccc
8 Replies

7. Solaris

M Series

Hi All, Do anyone know if I upgrade cpu module and memory module for one of the domain inside Sun M5000. After the upgrade, will the hostid for the domain change or it will remain as long we don't change the system board? Currently will try to upgrade one of the Sun M5000 with 4 domains... (2 Replies)
Discussion started by: mailbox80
2 Replies

8. Shell Programming and Scripting

How to get the number series in between?

Hi Guys, Can someone give me a simple script that can extract the numbers in between numbers from start to end. As shown below, it start from 100 to 110 and revealed the numbers in between. INPUT: 100 - 110 DESIRED OUTPUT: 100 101 102 103 104 105 106 107 (6 Replies)
Discussion started by: pinpe
6 Replies

9. Red Hat

Find the series

Hai what command is used to find red hat linux 5 series? (2 Replies)
Discussion started by: vinayd
2 Replies
XProcessInternalConnection(3X)					  XLIB FUNCTIONS				    XProcessInternalConnection(3X)

NAME
XProcessInternalConnection - handle Xlib internal connections SYNTAX
void XProcessInternalConnection(display, fd) Display *display; int fd; ARGUMENTS
display Specifies the connection to the X server. fd Specifies the file descriptor. DESCRIPTION
The XProcessInternalConnection function processes input available on an internal connection. This function should be called for an inter- nal connection only after an operating system facility (for example, select or poll) has indicated that input is available; otherwise, the effect is not defined. The XProcessInternalConnection function processes input available on an internal connection. This function should be called for an inter- nal connection only after an operating system facility (for example, select or poll) has indicated that input is available; otherwise, the effect is not defined. SEE ALSO
XAddConnectionWatch(3X), XRemoveConnectionWatch(3X), XInternalConnectionNumbers(3X) X Version 11 Release 6 XProcessInternalConnection(3X)
All times are GMT -4. The time now is 02:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy