[jboss-user] [JBoss Messaging Users] - jBoss 4.2.3GA and Websphere MQ 7.0

2009-11-02 Thread sjunejo
-8080-1] ERROR com.temenos.t24browser.comms.JMSConnector - Destination is not an instance of SpyDestination queue://T24QM/t24OFSQueue Where T24QM is my Queue Manager and t24OFSQueue is local queue What could be the reason for this error message? Please help; Thanks -- SJunejo View

[jboss-user] [JBoss Messaging Users] - Re: jBoss 4.2.3GA and Websphere MQ 7.0

2009-11-02 Thread sjunejo
Reference resource-ref | res-ref-namejms/jmsConnectionFactory/res-ref-name | res-typejavax.jms.ConnectionFactory/res-type | jndi-namejava:wmq/myFC/jndi-name | /resource-ref Hope this will help someone in the future. -- SJunejo View the original post : http

[jboss-user] [JBoss Messaging Users] - Websphere MQ 7.0 - jBoss 4.2.3 Clustering

2009-11-02 Thread sjunejo
) please provide a link here. Thanks -- SJunejo View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263522#4263522 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263522 ___ jboss-user

[jboss-user] [Clustering] - Websphere MQ 7.0 - jBoss 4.2.3 Clustering

2009-11-02 Thread sjunejo
) please provide a link here. Thanks -- SJunejo View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263523#4263523 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263523 ___ jboss-user

[jboss-user] [JBoss Messaging Users] - Re: Websphere MQ 7.0 - jBoss 4.2.3 Clustering

2009-11-02 Thread sjunejo
Sure. No Prob! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4263526#4263526 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4263526 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: jBoss Cluster jvmRoute Value and HTTP Server Request Pro

2009-07-27 Thread sjunejo
I found my above huge descriptive problem working now. 1) First of all I changed the entire machine because there are some netwroking issues with that as I can not access my jboss using IP and Tomcat status on web console was showing that jBoss is only bind with 127.0.0.1. 2) Secondly when I

[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable

2009-07-27 Thread sjunejo
I am sorry I made a mistake in writting. I mean messages should get processed by both app server. When my browser put message onto queue jBoss should distribute that message according to load on each server or even round robin fashion or any recomneded policy. In short load balanacing on

[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable

2009-07-27 Thread sjunejo
Thanks very much. So it means the jBoss messaging is by-default scalable??? We don't need to apply different settings to reroute messages to other nodes if local queue is not present and jboss messaging will do it auto matically for us. I have two servers in a cluster both have their own

[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable

2009-07-27 Thread sjunejo
hmmmthats make some sense..could you plz refer some good example for 'Clustered POST Office' implementation as I have already tried one but :-( Anyway...Thanks again for the clarificationcheers :-) View the original post :

[jboss-user] [JBoss Messaging] - jBoss Messaging With Non-Transactional DLQ

2009-07-27 Thread sjunejo
Hi, We have a clustered JBoss deployment with an MDB which takes messages from a queue and forwards them to an external EIS. We have also configured a second MDB which pulls messages from the DLQ. This works fine as long as we configure the MDBs to use container-managed XA transactions but when

[jboss-user] [Clustering/JBoss] - jBoss Cluster jvmRoute Value and HTTP Server Request Problem

2009-07-24 Thread sjunejo
Hi, I am using jboss 4.2.3GA release for clustring with Apache 2.2 HTTP Server as a load balancer. I have cluster consist of two nodes. I deployed in the following way; 1) Installe jBoss messaging for clustring (MySQL as a shared database in nodes) using automated installtion using xml file

[jboss-user] [JBoss Messaging] - Message not re-delivered to Specified OR Default DLQ

2009-07-24 Thread sjunejo
Hi, I have some strange problem here. I am using jboss 4.2.3GA with jboss messaging 1.4. I have defined deployed following destination using '/farm' method in my cluster consist of two nodes as follows *-destination-service.xml | ?xml version=1.0 encoding=UTF-8? | server | |

[jboss-user] [JBoss Messaging] - Re: Message not re-delivered to Specified OR Default DLQ

2009-07-24 Thread sjunejo
Network Problem!!! No...I failed my MDB INTENTIONALY... I mean i stoped my Database server listner on port 20005 so my MDB will fail to post message and mesage should get redirected to custom or even default DLQ where one more of my MDB is waiting to fetch message from DLQ and post it port

[jboss-user] [JBoss Messaging] - Re: Message not re-delivered to Specified OR Default DLQ

2009-07-24 Thread sjunejo
hmmm thats something new.Where do I have to change my config Following are my ejb-jar.xml and jboss.xml used in MDB. ejb-jar.xml | ?xml version=1.0 encoding=UTF-8? | ejb-jar id=EJBJar_OfsMessageMDB version=2.1 xmlns=http://java.sun.com/xml/ns/j2ee;

[jboss-user] [JBoss Messaging] - Re: Message not re-delivered to Specified OR Default DLQ

2009-07-24 Thread sjunejo
Hi Andy, Thanks for you help. It solved the problem. I have to change following xml in my MDB to get this thing work. jboss.xml to use 'java:/jmsXA' connection factory instead of 'java:/ConnectionFactory'. ejb-jar.xml Add the following lines in the end of file. | assembly-descriptor |

[jboss-user] [Clustering/JBoss] - Re: jBoss Cluster jvmRoute Value and HTTP Server Request Pro

2009-07-24 Thread sjunejo
Now I found that even If I shutdown my Server1 and only Server2 is up and running. I applied http://localhost/BrowserWeb/servlet/BrowserServlet in my address bar and it loads the main page. but when I submit my user name and password servlet got stuck and i have this exception on jboss

[jboss-user] [JBoss Messaging] - Making Cluster jBoss Messaging Scalable

2009-07-24 Thread sjunejo
Hi, I have just implemented jBoss messaging in a cluster bearing High availability in mind and its working. I am using MySQL as my shared database. Now I want to scale my setup say If my browser put any message to my Queue (Clustered Queue) it should be get processed by both of my app servers

[jboss-user] [JBossMQ] - Re: DLQ not recieving messages upon Exception

2009-07-23 Thread sjunejo
This is to support above post having complete setup details for better debugging the problem. How to redirect message to default DLQ in jBoss AS 4.2.3GA?. DLQ here is the one which is created by jBoss when we start it as run.bat -b 0.0.0.0 -c all [Note: I want it to use cluster setup] along

[jboss-user] [JBoss Messaging] - Re: DLQ Question

2009-07-20 Thread sjunejo
Hi jgilbert, I have seen this post of yours and wondring ow did you manage to transfer the message to DLQ at first place?? I have a defualt DLQ created in jboss 4.2.3 and I am using jboss:mq (jboss builtin) but upon exception my message is resting in RequestQueue rather then redirected to DLQ

[jboss-user] [JBoss Messaging] - Re: DLQ not recieving messages upon Exception

2009-07-20 Thread sjunejo
Thanks I have posted it there as well. Any suggestions and comments will be appreciated anywhere :) Admin: Please close this topic if its not relevant here. Thanks :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244090#4244090 Reply to the post :

[jboss-user] [JBossMQ] - DLQ not recieving messages upon Exception

2009-07-20 Thread sjunejo
Hi All, I posted the following issue on Jboss Messaging earlier. Am I in right place this time??? :) For now I am running single jBoss 4.2.3GA (which is going to be part of a jBoss cluster). I want to test the JMS FailOver. I am using two Queues called 'Queue' where my browser will put

[jboss-user] [JBoss Messaging] - DLQ not recieving messages upon Exception

2009-07-15 Thread sjunejo
Hi All, For now I am running single jBoss 4.2.3GA (which is going to be part of a jBoss cluster). I want to test the JMS FailOver. I am using two Queues called 'Queue' where my browser will put message and MDB will post it to my remote app server let say port '20005' using Resource Adaptor and

[jboss-user] [Clustering/JBoss] - Re: ORA-12519 on jboss-4.2.3.GA cluster

2009-07-14 Thread sjunejo
Hi, Could it possible to have document which you have followed to even create a cluster using jBoss 4.2.3GA. I didn't find any guid where to even start. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243483#4243483 Reply to the post :

[jboss-user] [Clustering/JBoss] - Implementation JMS Failover (Clustring) In jBoss 4.2.3 GA

2009-06-29 Thread sjunejo
Hi All, I search through internet and this forum but couldn't find a complete guid through which I can even start. Some of the documents mention on 'Home Page' of jBoss Clustring talking about some cluster-service.xml and cluster folder in my deploy directiry but i dont have anything

[jboss-user] [Security JAAS/JBoss] - Re: How to configure

2009-03-03 Thread sjunejo
Same problem with me...:( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214587#4214587 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214587 ___ jboss-user mailing list