Thanks Tim
It seems it was confusion created for few people using the same queue.
So "Messages are coming in Order Only according to JMS spec"
I have done a comparative study of JBM and ActiveMQ for past two month.
And The Result is JBM Rocks..
We will use JBM for our project now.
Thanks,
Subra
-->My producer is sending Message M1,M2,M3 to a queue /queue/q1
-->no consumer is running that time, so i see M1,M2,M3 in mysql data base.
--> I started my producer to send messages M4,M5,M6 and at the same
time i started my consumer too.
--> So in the consumer i see the messages M4,M5,M6 firs
Thanks Tim,
I am using point to point model.
So i am using queue (there is no durable subscriber)
If we use Topic also for Durable then its same as Queue with persistance.
So when my consumer is down it is getting saved in the database and the next
time i am starting my consumer , i am abl
Hi ,
Can any body please help me in my problem...
I am running producer to send 1 message in the queue and consumer is not
running , so the data get saved in to the mysql data base i configured.and
i stopped the producer.
Now again i start producing data and in the mean time i started con
my problem is i have following program which others can write and deploy a
queue in my machine ...
public static void deployQueue(String queueName,InitialContext ic) throws
Exception {
MBeanServerConnection mBeanServer = lookupMBeanServerProxy();
ObjectName serverObjectName = new ObjectName(
"j
my problem is i have following program which others can write and deploy a
queue in my machine ...
public static void deployQueue(String queueName,InitialContext ic) throws
Exception {
MBeanServerConnection mBeanServer = lookupMBeanServerProxy();
ObjectName serve
Thanks it works.
But i am wondering if it cause any other problem if i move it to deploy
directory.
and also
if several client using several queue , restarting all the queue will cause
some problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139619#4139
i missed one important line to include
"automatically i.e with out restart of jboss server"
in mq it bound/unbound automatically and immediately but not
jboss messaging. Here it needs restart.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139533#4139533
R
okey it seems it wont come.
please add security config part for any queueu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139244#4139244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139244
___
dont know why the lower part are not coming , though ia m pasting every time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139242#4139242
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139242
__
sorry the destination file entry should be
jboss.messaging:service=ServerPeer
jboss.messaging:service=PostOffice
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139241#4139241
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
it worked.
you need to change three file.
messaging-users.properties and add
# user=role1,role2,...
ConsoleUser=password
messaging-roles.properties and add
# user=role1,role2,...
ConsoleUser=ConsoleAdmin
and destinations-service.xml and add
jboss.messaging:service=ServerPeer
jboss.messaging:ser
I am using jboss-messaging-1.4.0.SP2
When i change destinations-service.xml file to an entry for queue
and save it.
It does not bound/unbound here (as i dont see logger in the jboss console) !
but jboss mq does it.
Is there any configuration change that we need to do here in Jboss Messaging
or
while sending message to queue by http
we can populate context in two different ways?
1) Properties p = new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
p.put(Context.URL_PKG_PREFIXES,
"org.jboss.naming:org.jnp.interfaces");
p.put(Context.PROVIDE
while sending message to queue by http
we can populate context in two different ways?
1) Properties p = new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
p.p
yes , but it simply not working.
https://192.168.114.86:8443 is also not working.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136511#4136511
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136511
__
Hi folks,
I have two client program.
SenderHTTPQueue.java
import java.util.Properties;
import javax.jms.Connection;
import javax.jms.ConnectionFactory;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.ObjectMessage;
import javax.jms.Messag
17 matches
Mail list logo