Author |
Message |
Topic: Channel retrying on first start |
MichaelBulla
Replies: 9 Views: 7824
|
Forum: General IBM MQ Support Posted: Wed May 21, 2008 3:30 am Subject: Channel retrying on first start |
OK, thanks for your guidance. I hope this will help next time. Otherwise I'll be back  |
Topic: Channel retrying on first start |
MichaelBulla
Replies: 9 Views: 7824
|
Forum: General IBM MQ Support Posted: Tue May 20, 2008 10:34 pm Subject: Channel retrying on first start |
I remain convinced that you'd be better served configuring the channel in the usual way to start on first message.
I did so. But there are messages to send, so the channel should start on Queuemanage ... |
Topic: Channel retrying on first start |
MichaelBulla
Replies: 9 Views: 7824
|
Forum: General IBM MQ Support Posted: Tue May 20, 2008 3:42 am Subject: Channel retrying on first start |
We're using MQ to establish a reliable connection through a unreliable internet-connection between a store and the central. So I configure the central machine "online" because it's in use an ... |
Topic: Channel retrying on first start |
MichaelBulla
Replies: 9 Views: 7824
|
Forum: General IBM MQ Support Posted: Tue May 20, 2008 2:58 am Subject: Re: Channel retrying on first start |
So I configure the MQ server and put some messages to a transmitQ
Never write directly to the transmission queue. If you do, be very certain the messages have the proper (normally system generated ... |
Topic: Channel retrying on first start |
MichaelBulla
Replies: 9 Views: 7824
|
Forum: General IBM MQ Support Posted: Tue May 20, 2008 2:29 am Subject: Channel retrying on first start |
Hello,
I have a problem configuring MQ.
What I want to do:
I configure a machine that should run at another place. I dont have access to the network, where the machine runs. So I configure the ... |
Topic: Problems with MQ in Websphere Application Server: MQJMS2007 |
MichaelBulla
Replies: 3 Views: 5164
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 05, 2006 3:59 am Subject: Problems with MQ in Websphere Application Server: MQJMS2007 |
I get the error on the first put.
I use the same connectinfactory for both.
I didnt do any updates. <-- Maybe thats the hint. |
Topic: Problems with MQ in Websphere Application Server: MQJMS2007 |
MichaelBulla
Replies: 3 Views: 5164
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 05, 2006 3:47 am Subject: Problems with MQ in Websphere Application Server: MQJMS2007 |
Hi,
heres another breakpoint on my way up to an MQ-Guru
I want to use MQ v6 out of a WAS v6. WAS and MQ run on different Machines (WAS is the testWAS in my RSA and MQ runs in a VM on the ... |
Topic: Triggering |
MichaelBulla
Replies: 18 Views: 18941
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 29, 2006 12:19 am Subject: Triggering |
so "queuename" is not the name of the transmit queue, and "managername" is the name of the remote queue manager, and also the name of the XMITQ that you have configured against the ... |
Topic: Triggering |
MichaelBulla
Replies: 18 Views: 18941
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 28, 2006 8:21 am Subject: Triggering |
I dont open it directly by a MQPUT, I tell the queuemanager to send a message to queue://managername/queuename.
So I dont use a remotequeue to send the message to a remotemanager. Thats what I mean ... |
Topic: Triggering |
MichaelBulla
Replies: 18 Views: 18941
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 28, 2006 8:10 am Subject: Triggering |
Hi Michael,
I try to apply the same tips on a windows machine unsuccesfully.
I've updated the file
Im sorry, I had a typo in my post. The correct term should be
org.osgi.framework.language=e ... |
Topic: Cannot get messages from the queue (AMQ4033) |
MichaelBulla
Replies: 4 Views: 14801
|
Forum: General IBM MQ Support Posted: Tue Nov 21, 2006 5:03 am Subject: Cannot get messages from the queue (AMQ4033) |
The transmit queue by default is get inhibited.
No it isn't. The transmit queue will be placed into a get inhibited status if the channel is having a problem. (Which in this case it certainly ... |
Topic: Cannot get messages from the queue (AMQ4033) |
MichaelBulla
Replies: 4 Views: 14801
|
Forum: General IBM MQ Support Posted: Mon Nov 20, 2006 8:22 am Subject: Cannot get messages from the queue (AMQ4033) |
Hi,
I've got a new MQ-Problem/Error in my collection.
I configured two queuemanagers, both connected by a Sender-Receiver-Channel and a transmissionqueue. I just post the changes to normal confi ... |
Topic: Triggering |
MichaelBulla
Replies: 18 Views: 18941
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Nov 20, 2006 7:48 am Subject: Triggering |
Btw: im using german language in MQExplorer involuntary, because it uses systemlanguage. Can anybody tell me, how to switch MQ Explorer to english language?
For anybody, who has the same problem. ... |
Topic: Replyto in hierarchical MQ-topologies |
MichaelBulla
Replies: 7 Views: 7784
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 17, 2006 7:52 am Subject: Replyto in hierarchical MQ-topologies |
OK, I've got it so far. But now I have the next problem.
I want to forward messages, when they cant be processed, but I get an exception. I do something like this on the BOC:
public void onMessa ... |
Topic: Triggering |
MichaelBulla
Replies: 18 Views: 18941
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 15, 2006 4:09 am Subject: Triggering |
What status was the channel in when you tried to trigger it? If the status was "STOPPED" the trigger won't work.
Trigger should also be FIRST not EVERY (I assume that's what you meant by ... |