Author |
Message |
Topic: Reading MQXMIT JMS message |
mangelos
Replies: 14 Views: 11713
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 26, 2006 10:28 pm Subject: Reading MQXMIT JMS message |
i admit that "stuck" isn't the best suiting term
a situation is that i'm in a cluster environment and
there is no permanent connection between cluster members
so, in case of a broadcas ... |
Topic: Reading MQXMIT JMS message |
mangelos
Replies: 14 Views: 11713
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 26, 2006 4:29 am Subject: Reading MQXMIT JMS message |
yes, reading the XMITQ is meant for an administrative tool[/quote] |
Topic: Reading MQXMIT JMS message |
mangelos
Replies: 14 Views: 11713
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 26, 2006 3:43 am Subject: Reading MQXMIT JMS message |
saper, i really do appreciate your help
And please read the "Using Java" manual again ...and again...
i'm doing my best, believe me
messages have been put on a queue as JMS me ... |
Topic: Reading MQXMIT JMS message |
mangelos
Replies: 14 Views: 11713
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 25, 2006 11:19 pm Subject: Reading MQXMIT JMS message |
greetings,
after a few days, i still have the same problem,
so.. back to the drawing board
Also, there's a very long page in the Using Java manual dedicated to how JMS messages are mapped by th ... |
Topic: Reading MQXMIT JMS message |
mangelos
Replies: 14 Views: 11713
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 21, 2006 11:47 pm Subject: Reading MQXMIT JMS message |
excuse me for my ignorance
fjb_saper, thanx for pointing out the CCSID issue
in a hurry, i've missed those topics
Java was the problem (java settings actually), a different charsets ... |
Topic: Reading MQXMIT JMS message |
mangelos
Replies: 14 Views: 11713
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 21, 2006 10:50 am Subject: Reading MQXMIT JMS message |
Thanx Jeff for your reply,
i'm sorry, i guess i wasn't clear enough
as you said, amqsbcg shows me "message descriptor" and "message" part
and what i need is the n ... |
Topic: Reading MQXMIT JMS message |
mangelos
Replies: 14 Views: 11713
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 21, 2006 5:09 am Subject: Reading MQXMIT JMS message |
Hi guys,
I need to extract an info about destination(remote) queue from message that resides on transmission queue.
scenario : i've put a message with jms client(i used QueueSender) to the remot ... |
Topic: subscriber queue |
mangelos
Replies: 7 Views: 5178
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 26, 2006 1:07 am Subject: subscriber queue |
thanx guys, you are of greatest help
i tried to solve my problem with a clustered queue but the problem was that i needed to withdraw messages from remote QM
then i tried the clie ... |
Topic: subscriber queue |
mangelos
Replies: 7 Views: 5178
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 25, 2006 11:42 am Subject: subscriber queue |
first to thank you for your replies,
now another thing is bothering me,
since we have a situation where server should broadcast same message to all other nods (as i understood this is a pub/sub ... |
Topic: subscriber queue |
mangelos
Replies: 7 Views: 5178
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 25, 2006 6:50 am Subject: subscriber queue |
my durable subscribers aren't connecting as clients,
every durable subscriber is on a separate machine with it's own queue manager and all queue managers are interconnected in a cluster
in order t ... |
Topic: subscriber queue |
mangelos
Replies: 7 Views: 5178
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 25, 2006 2:36 am Subject: subscriber queue |
how can i set a subscriber's queue to be on a different machine?
i have :
- server with pub/sub broker running
- durable subscribers running on different machines
i'm using shared queue ap ... |
Topic: publish/subscribe broker problem |
mangelos
Replies: 4 Views: 3565
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 11:48 pm Subject: publish/subscribe broker problem |
thanx saper,
i ran clrmqbrk on all brokers,restarted everything
and it's working now  |
Topic: publish/subscribe broker problem |
mangelos
Replies: 4 Views: 3565
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 9:11 am Subject: publish/subscribe broker problem |
Have you confirmed that the connectivity exists between QM1 and QM4 by using remote messages outside of the pub/sub environment?
Yes
I am able to connect to QM1 (with non pub/sub application) an ... |
Topic: publish/subscribe broker problem |
mangelos
Replies: 4 Views: 3565
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 5:49 am Subject: publish/subscribe broker problem |
I'm trying to set up publish/subscribe model in cluster environment
i'm using WebSphere 5.3 with Fix Pack 12 running on windows
and trying to run mqjmspub/mqjmssub example
The thing is : pub/s ... |