Author |
Message |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Thu Feb 02, 2006 9:56 am Subject: mq series with jboss |
Maybe you should enable MQ tracing, and compare the results between the two, to see what's going on?
Also, have you checked Jboss forums for more help?
I enabled the mq trace at mq server but i ... |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Thu Feb 02, 2006 7:28 am Subject: mq series with jboss |
i'am sure because i use a little java application to check the mq queue.
The queue has the messages.
Does your java app connect to the same queue manager, open and get from the same queue, and use t ... |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Thu Feb 02, 2006 6:06 am Subject: mq series with jboss |
Your deployment descriptor makes no mention of transaction management. However if the put is transaction managed it may mean that it never gets committed....
Ok thank you, but what line do ... |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Thu Feb 02, 2006 6:02 am Subject: mq series with jboss |
Yes, but why works in websphere and not in jboss, with the same mq server?
I did realise that this is the question that is important to you.
It's my opinion that the material difference between th ... |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2006 3:02 pm Subject: mq series with jboss |
I have this at application.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/d ... |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2006 2:51 pm Subject: mq series with jboss |
Yes, but why works in websphere and not in jboss, with the same mq server?. (I use the same data, the same configuration and same application to test). |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2006 12:28 pm Subject: mq series with jboss |
No, i use the mq java classes directly, so i don't use a poll at the application server.
thank you. |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2006 11:23 am Subject: mq series with jboss |
Thank you, but i have the same application at websphere and at jboss and
i use the same mq for both with the same configuration.
In the queue i see the message, but the application cann't get it.
c ... |
Topic: mq series with jboss |
pabloadmin
Replies: 19 Views: 12037
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2006 9:54 am Subject: mq series with jboss |
Hi, i use a java application over websphere (4.0.7) with MQ to send and recive messages. The application works fine in this environment, but now i want to test with jboss 4.0.2 on suse linux over pser ... |