Author |
Message |
Topic: how to check flow cpu usage |
diego_maradona21
Replies: 2 Views: 2981
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 02, 2008 10:53 pm Subject: how to check flow cpu usage |
Hi
how can i check CPU usage (most likely CPU%) of deployed flow on AIX system?
thanks for reply |
Topic: Remote Oracle Connection from Message Broker |
diego_maradona21
Replies: 7 Views: 6961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 02, 2008 12:00 am Subject: Remote Oracle Connection from Message Broker |
have you tried this:
POKK = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =111.11.1.11)(PORT = 1111))(CONNECT_DATA = (SID = POKK)))
in ... |
Topic: repeat the same message |
diego_maradona21
Replies: 3 Views: 3074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 31, 2008 10:28 pm Subject: repeat the same message |
i think i don't know what you mean. I have to admit that i have quite limited influence on db |
Topic: repeat the same message |
diego_maradona21
Replies: 3 Views: 3074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 29, 2008 4:05 am Subject: repeat the same message |
ok
i have an MQInput node where i get messages with some sequence. they go to HttpRequest node. Problem is that i cannot disturb this sequence. So when i have for example timeout - i have to repeat t ... |
Topic: share variable across different message flows |
diego_maradona21
Replies: 6 Views: 4697
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 19, 2008 5:22 am Subject: share variable across different message flows |
thanks for reply but i cannot add any support packs so you mean that it is impossible without support pack? |
Topic: share variable across different message flows |
diego_maradona21
Replies: 6 Views: 4697
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 19, 2008 3:02 am Subject: share variable across different message flows |
hi
i have to share variable across 2 different message flows - is it possible?
I found that i have to use EXTERNAL variables and ATOMIC statement
http://www.mqseries.net/phpBB2/viewtopic.php?t=4416 ... |
Topic: TimeoutNotification set to automatic fires only once |
diego_maradona21
Replies: 4 Views: 3364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 11, 2008 3:17 am Subject: TimeoutNotification set to automatic fires only once |
ok so i will try to explain.
i have message flow that has to feed db table with some data. i have to repeat it after some time interval (different each flow so i have to control it by TimeoutNotifi ... |
Topic: TimeoutNotification set to automatic fires only once |
diego_maradona21
Replies: 4 Views: 3364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 11, 2008 1:44 am Subject: TimeoutNotification set to automatic fires only once |
Hi
I have to start message flow only once. I mean i need to start it immediately after deploy. I thought that TimeoutNotification node set to Automatic would do the trick but i cannot disable it just ... |
Topic: is it possible to retry after end of whole message flow |
diego_maradona21
Replies: 8 Views: 4714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 31, 2008 1:06 am Subject: is it possible to retry after end of whole message flow |
yep i like the ideas:) gonna try it thanks;) |
Topic: is it possible to retry after end of whole message flow |
diego_maradona21
Replies: 8 Views: 4714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 30, 2008 10:31 pm Subject: is it possible to retry after end of whole message flow |
ok so here we go
I have a flow that gets something from db. I have timeout notification node at the beginning an it is set to fire every 60 seconds. Somewhere in my flow i have httprequest node and t ... |
Topic: is it possible to retry after end of whole message flow |
diego_maradona21
Replies: 8 Views: 4714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 30, 2008 5:58 am Subject: is it possible to retry after end of whole message flow |
hi
i have this scenario.
I have a flow that takes some (max 50 rows) information from database table. Than i put it to Environment array, and make single messages from every row. Then every messag ... |
Topic: deploy timeout blank event log |
diego_maradona21
Replies: 11 Views: 6998
|
Forum: General IBM MQ Support Posted: Fri Jul 25, 2008 2:15 am Subject: deploy timeout blank event log |
hehe great thanks to you. I have connected to broker queue manager (W1 QM) and started sender channels. this automatically started receiver on config manager queue manager. And i have successfully dep ... |
Topic: deploy timeout blank event log |
diego_maradona21
Replies: 11 Views: 6998
|
Forum: General IBM MQ Support Posted: Fri Jul 25, 2008 1:19 am Subject: deploy timeout blank event log |
no when i deploy i dont see an message in event log. and i don't seen deployed bar either on execution group.
well as far as i know i have one configuration manager W_CMGR, one queue manager W_CMGR ... |
Topic: deploy timeout blank event log |
diego_maradona21
Replies: 11 Views: 6998
|
Forum: General IBM MQ Support Posted: Fri Jul 25, 2008 12:34 am Subject: deploy timeout blank event log |
one step forward
i managed to connect to queue manager with MQExplorer.
Yes i can connect with config manager using toolkit.
in mqexplorer i have 2 channels (and some system channels) which conc ... |
Topic: deploy timeout blank event log |
diego_maradona21
Replies: 11 Views: 6998
|
Forum: General IBM MQ Support Posted: Thu Jul 24, 2008 11:56 pm Subject: deploy timeout blank event log |
I have one listener on my queue manager: SYSTEM.DEFAULT.LISTENER.TCP
LISTENER(SYSTEM.LISTENER.TCP.1)
STATUS(RUNNING)
PID(1511644)
so i guess it's ok
yes i try to r ... |