Author |
Message |
Topic: How to browse a message using the message ID? |
neliosam
Replies: 11 Views: 18594
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 11, 2016 3:29 pm Subject: How to browse a message using the message ID? |
Hi Gentleman,
Problem is solved guys!
Let me share what the issue was. This is a Java program and I am using the MQ version 8.0.0.5.
I have a personalized Message object that extends the re ... |
Topic: How to browse a message using the message ID? |
neliosam
Replies: 11 Views: 18594
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 11, 2016 9:44 am Subject: How to browse a message using the message ID? |
I am used to browse a queue in the traditional way by looping every single message in the queue.
Now I have a situation where I need to browse a specific message by using the message ID to browse t ... |
Topic: memory issue |
neliosam
Replies: 1 Views: 3558
|
Forum: IBM MQ API Support Posted: Fri Jan 12, 2007 5:58 am Subject: memory issue |
Sounds like a memory leak.
Is your application is disconecting properly?
I´ve a similar problem using java and have to foce garbage colection to work.
There is a tool (Process Explorer) on sys ... |
Topic: Mainframe queue name list |
neliosam
Replies: 7 Views: 8953
|
Forum: IBM MQ API Support Posted: Fri Jan 12, 2007 5:29 am Subject: Mainframe queue name list |
Find the problem. My message have a PCF header and i don´t realize that.
Solution was simple.
Simple message with plain text using mqsc command to request queue name. (DISPLAY QLOCAL( ... |
Topic: Inquire on mainframe |
neliosam
Replies: 10 Views: 10037
|
Forum: IBM MQ API Support Posted: Fri Jan 12, 2007 5:19 am Subject: Inquire on mainframe |
It´s worked ! ! !
The biggest problem before was my poor english(Sorry about that).
In the question before I was trying to ask if I can send plain text with mqsc commands to SYSTEM.ADMIN ... |
Topic: Inquire on mainframe |
neliosam
Replies: 10 Views: 10037
|
Forum: IBM MQ API Support Posted: Fri Jan 12, 2007 4:24 am Subject: Inquire on mainframe |
Michael Dag
I understatd your point. Don´t get mad.
I´m developed a tool that works fine on other platforms. The problem is that I´m completely new to z/OS, and at the moment (honestly) i´m ... |
Topic: Inquire on mainframe |
neliosam
Replies: 10 Views: 10037
|
Forum: IBM MQ API Support Posted: Thu Jan 11, 2007 10:52 am Subject: Inquire on mainframe |
Just a simple question.
This MQSC commands should work on other platforms? If no I´ll have to "duplicate" with pcf messages to work on windows and linux. |
Topic: Mainframe queue name list |
neliosam
Replies: 7 Views: 8953
|
Forum: IBM MQ API Support Posted: Thu Jan 11, 2007 9:34 am Subject: Mainframe queue name list |
Not yet.
Thinking that i´m almost there.
I´m sending a message with format MQFMT_ADMIN and with the command (DISPLAY QLOCAL(*) ), but now i´m getting an error AMQ7924 (Bad length in the PCF hea ... |
Topic: Mainframe queue name list |
neliosam
Replies: 7 Views: 8953
|
Forum: IBM MQ API Support Posted: Tue Jan 09, 2007 5:11 am Subject: Mainframe queue name list |
Yes, using PCF messages.
What is the type of message to use on z/OS? I didin´t find in manuals an equivalent type of message to use on z/OS. |
Topic: Mainframe queue name list |
neliosam
Replies: 7 Views: 8953
|
Forum: IBM MQ API Support Posted: Tue Jan 09, 2007 5:02 am Subject: Mainframe queue name list |
Guys,
Does anoyone know how to get a list of queue names on MQ for Z/OS 5.3?
I´ve tried to use a program that works on AIX. But on Z/OS its getting the 2033 error.
tks |
Topic: Inquire on mainframe |
neliosam
Replies: 10 Views: 10037
|
Forum: IBM MQ API Support Posted: Mon Jan 08, 2007 8:05 am Subject: Inquire on mainframe |
Guess i got it.
I have to send a message with my request like when running the runmqsc on Windows platform (ex. DIS QLOCAL(*) ).
Thanks for the tip. I will try
Nelio |
Topic: Inquire on mainframe |
neliosam
Replies: 10 Views: 10037
|
Forum: IBM MQ API Support Posted: Mon Jan 08, 2007 7:46 am Subject: Inquire on mainframe |
Z/OS is running MQ 5.3
In this case wich commands shoud i use? |
Topic: Inquire on mainframe |
neliosam
Replies: 10 Views: 10037
|
Forum: IBM MQ API Support Posted: Mon Jan 08, 2007 5:57 am Subject: Inquire on mainframe |
Dear all,
I´ve develop an Web application that lists queue names and queue properties using C# and ASP.NET and its working fine with queue managers on Windows and AIX.
When tryi ... |