Author |
Message |
Topic: Channel status monitoring.. |
knegarpetter
Replies: 2 Views: 2230
|
Forum: General Discussion Posted: Sun Jan 09, 2005 10:12 am Subject: Channel status monitoring.. |
How do i monitor the channelstaus in an easy way in a java application..
I get these byte messages, but how do i translate them an d find the status code???
regards
Petter |
Topic: Loggings |
knegarpetter
Replies: 2 Views: 1829
|
Forum: General Discussion Posted: Tue Jan 04, 2005 6:53 am Subject: Loggings |
Where can I find the logs for MQ qmanager??
Like status of then the qmanager stops and starts?....
the S0000001.LOG is all messed up...
Petter |
Topic: To slow?? |
knegarpetter
Replies: 2 Views: 1774
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 30, 2004 6:02 am Subject: To slow?? |
Hi
any ideeas regarding how I can get my receiving / sec up...
right now i have a listener with an onMessage method...
now it takes like 50 ms betwwen when im done with one message and the time ... |
Topic: Crazy stuff.... |
knegarpetter
Replies: 9 Views: 4812
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 30, 2004 12:32 am Subject: Crazy stuff.... |
hi.
well after some investigations i found out that the onMessage is working as i should.... but...
ok, the senario...
i have three senders that puts strings on a MQsender that do textmessages ... |
Topic: Crazy stuff.... |
knegarpetter
Replies: 9 Views: 4812
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 29, 2004 2:00 pm Subject: Crazy stuff.... |
I have a strange problem...
I have a queuereceiver, with a onMessage method..
i now have three senders to this queue, that the listener is listening on...
an sometimes, like after 4 messages, ... |
Topic: Stupid question ? |
knegarpetter
Replies: 6 Views: 3799
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Dec 27, 2004 11:56 am Subject: Stupid question ? |
I see, thanks.
My problem is, that the code runns fine on one mashine (win), wich has the full MQ series... but then I move the same code to the server (linux), it will "stop" at connection = fac ... |
Topic: Stupid question ? |
knegarpetter
Replies: 6 Views: 3799
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Dec 27, 2004 11:48 am Subject: Stupid question ? |
What do I have to install on a linux server that is going to run a javaapplication that is going to connect to another servers QManager?
No MQ Queuemanager on the linux server, just the java app.
... |
Topic: The Textmessages are empty when they reach the remote QM |
knegarpetter
Replies: 10 Views: 9655
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 21, 2004 1:21 am Subject: The Textmessages are empty when they reach the remote QM |
!!!!!!
You are the greatest!!!
Thank you very much!!
now its working
Regards
Petter |
Topic: The Textmessages are empty when they reach the remote QM |
knegarpetter
Replies: 10 Views: 9655
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 20, 2004 9:11 am Subject: The Textmessages are empty when they reach the remote QM |
can i send a message from java without all th crap in the message.... (no <jms_text> etc) ???
Petter |
Topic: The Textmessages are empty when they reach the remote QM |
knegarpetter
Replies: 10 Views: 9655
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 20, 2004 8:24 am Subject: The Textmessages are empty when they reach the remote QM |
thanks...
this is what i can see:
****Message descriptor****
StrucId : 'MD ' Version : 2
Report : 0 MsgType : 8
Expiry : -1 Feedback : 0
Encoding & ... |
Topic: The Textmessages are empty when they reach the remote QM |
knegarpetter
Replies: 10 Views: 9655
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 20, 2004 7:43 am Subject: The Textmessages are empty when they reach the remote QM |
hi
well...
then i try to "look" att the trans q.
with amgsbcg...
I get
failed with CompCode:2 Reason:2016....
And i cant make a listener that collects them either...
strange..
Pett ... |
Topic: The Textmessages are empty when they reach the remote QM |
knegarpetter
Replies: 10 Views: 9655
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 20, 2004 6:59 am Subject: The Textmessages are empty when they reach the remote QM |
one more thing, if I send using amqsput to the same queue, they will get trough with body text and all...
regards
Petter |
Topic: The Textmessages are empty when they reach the remote QM |
knegarpetter
Replies: 10 Views: 9655
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 20, 2004 6:58 am Subject: The Textmessages are empty when they reach the remote QM |
im sending mq messages to an remote QM...
the craxy thing is that he "says" that they are empty then they reach him...
Ive been trying and sending them to one of my local queues and they have a text ... |
Topic: Channel wont go up |
knegarpetter
Replies: 30 Views: 15348
|
Forum: General IBM MQ Support Posted: Mon Dec 20, 2004 4:53 am Subject: Channel wont go up |
Thanks great!
now I know how to do it.
if the remote PAM:intv1.q.rx is stacking up with my messages, is there ANY way i can "know" that from my side?.. .
I managed to put messages on the outg ... |
Topic: Channel wont go up |
knegarpetter
Replies: 30 Views: 15348
|
Forum: General IBM MQ Support Posted: Mon Dec 20, 2004 2:06 am Subject: Channel wont go up |
hmmm...
well the other QM (PAM...) is up and running... i can receive messages from them... i got this config/set up file from them... put cant seem to send anything...
can i monitor the remote qu ... |