C with MQ Series


 
Thread Tools Search this Thread
Top Forums Programming C with MQ Series
# 1  
Old 07-02-2008
C with MQ Series

Hi,

Any one please let me know, how to write in to MQ Series through C. I tried, but it was vein, am expecting material(URL) or code.

Thanks,
NagaSmilie
# 2  
Old 07-03-2008
Still struggling with material/code hunting, not yet successful.

Any one could you please help me.

Thanks in Advance,
NagaSmilie
# 3  
Old 07-04-2008
SourceForge example

User manual for XML-RPC for C/C++
# 4  
Old 07-04-2008
Thanks Mr.WebKruncher. This manual(XML-RPC for C/C++) some what useful, still am expecting material/code closer to MQ Series like how to estabilish the connectivity between C and MQ Series, putting data and getting too.

Any help on this is highly appreciated.

-NagaSmilie
# 5  
Old 07-04-2008
I suspected as much

I suspect that you are dealing with an inter-process message queue of some sort, can you give me more details? Are you referring to an MKS message queue? I'll be glad to demonstrate wrapping it in C++, whatever it is.
-WebKruncher
# 6  
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
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

9. 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
Login or Register to Ask a Question