Author |
Message |
Topic: siBus - non-web-environment |
semasaba
Replies: 2 Views: 3316
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 12, 2008 3:08 am Subject: siBus - non-web-environment |
Try this answer next time:
Over IP:
JmsConnectionFactory jmsCF = JmsFactoryFactory.getInstance().createQueueConnectionFactory();
jmsCF.setBusName("MyBus");
jmsCF.setProviderEndpoints(& ... |
Topic: siBus - non-web-environment |
semasaba
Replies: 2 Views: 3316
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 11, 2008 11:56 pm Subject: siBus - non-web-environment |
Hey guys,
I have a normal web-environment and get the connection to the siBus via jndi.
I also have some standalone applications or batchjobs.
Is it also possible to connect with the siBus in non-w ... |
Topic: Connect the siBus on two WAS |
semasaba
Replies: 3 Views: 3896
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 11, 2008 6:58 am Subject: Connect the siBus on two WAS |
I also solved the last problem in the meantime.
topic name in both was was not exacly the same.
thx  |
Topic: Connect the siBus on two WAS |
semasaba
Replies: 3 Views: 3896
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 10, 2008 6:06 am Subject: Connect the siBus on two WAS |
I was able to connect both siBus's.
My error was that the foreign bus name from was1 was not equal with
the bus name of was2.
Now I have the next Problem.
How can I broadcast a message ... |
Topic: Connect the siBus on two WAS |
semasaba
Replies: 3 Views: 3896
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 10, 2008 12:24 am Subject: Connect the siBus on two WAS |
Hi guys,
can somebody give me a description how to connect the siBus on two WAS?
I already configured successfully a siBus on two WAS but
how can I connect both? If I send a message for a special t ... |
Topic: Websphere V6.1 Admin console - JMS over IP |
semasaba
Replies: 5 Views: 4714
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 28, 2008 11:08 pm Subject: Websphere V6.1 Admin console - JMS over IP |
Everything is possible. Is it advisable though?
In my case it is. I have a special case with one central WAS and many decentral WAS and to configure a JNDI ressource on each WAS and to link all ... |
Topic: Websphere V6.1 Admin console - JMS over IP |
semasaba
Replies: 5 Views: 4714
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 26, 2008 11:47 pm Subject: Websphere V6.1 Admin console - JMS over IP |
I have seen in the admin console some options to create an queue manager with hostname and port. I just was not able to run the whole thing. Are you really sure that it is not possible to create a que ... |
Topic: Websphere V6.1 Admin console - JMS over IP |
semasaba
Replies: 5 Views: 4714
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 26, 2008 5:28 am Subject: Websphere V6.1 Admin console - JMS over IP |
Hi guys,
can somebody explain me, how to install websphere mq within the websphere administrative console? I'm using Websphere V6.1 Server.
I successfully installed websphere mq on my local pc wit ... |
Topic: Topic Wildcard Problem |
semasaba
Replies: 18 Views: 10713
|
Forum: IBM MQ Java / JMS Posted: Fri May 23, 2008 5:36 am Subject: Topic Wildcard Problem |
maybe.....but if nobody can tell me how....  |
Topic: Topic Wildcard Problem |
semasaba
Replies: 18 Views: 10713
|
Forum: IBM MQ Java / JMS Posted: Fri May 23, 2008 1:25 am Subject: Topic Wildcard Problem |
yipii!
I solved the problem with creating a JMS message selector.
thanks, anyway! |
Topic: Topic Wildcard Problem |
semasaba
Replies: 18 Views: 10713
|
Forum: IBM MQ Java / JMS Posted: Fri May 23, 2008 12:03 am Subject: Topic Wildcard Problem |
A subscriber can subscribe to multiple topics.
How can I subscribe one subscriber to multiple topics ?
.....
TopicSession session = connection.createTopicSession(false, Session.AUTO_ACKNOWLED ... |
Topic: Topic Wildcard Problem |
semasaba
Replies: 18 Views: 10713
|
Forum: IBM MQ Java / JMS Posted: Wed May 21, 2008 6:37 am Subject: Topic Wildcard Problem |
Ok, thank you.
Do you have any idea how to solve my problem?
If you view the example from the pdf, how should
I describe the publisher and the subscriber if I want to
send the first time a message ... |
Topic: Topic Wildcard Problem |
semasaba
Replies: 18 Views: 10713
|
Forum: IBM MQ Java / JMS Posted: Wed May 21, 2008 5:13 am Subject: Topic Wildcard Problem |
ah ok!
I think I understand know what you mean.
The difference is that I use wildcards for the publisher instead for the subscriber. |
Topic: Topic Wildcard Problem |
semasaba
Replies: 18 Views: 10713
|
Forum: IBM MQ Java / JMS Posted: Wed May 21, 2008 5:09 am Subject: Topic Wildcard Problem |
I really don't know what you mean .
What's the difference between my example and the pdf?
Have you seen page 17 in this pdf?
He's also using wildcards in his topic to group the receivers?
Tha ... |
Topic: Topic Wildcard Problem |
semasaba
Replies: 18 Views: 10713
|
Forum: IBM MQ Java / JMS Posted: Wed May 21, 2008 4:59 am Subject: Topic Wildcard Problem |
what's your advice for this scenario?
How would you do that? |