1 2 3 4 5 6 7 8 9 10

JMS application in terminal ( from command line )

1353 byte By Yuriy.Chumaka at 2007-11-27 11:44:02
Hello.I am learning JMS and have created a small program from O`Reilly JMS book (Chat server). It works fine inside environment of NetBeans+JSAS but when I try to launch this application from command line I am receiving following error message:C:\sun\projects\ChatServer\dist>java -cp ...

Exchanging messages across JBossMQ<==>Sun 1MQ

163 byte By RamSaia at 2007-11-27 10:25:47
<p>Hello,</p><p>Using Sun 1MQ to produce the messages and Need to consume messages using JBossMQ.</p><p>Could any one help me with this.</p><p>Thanks</p><p>Sai</p>

Broker/Cluster Message Replication

1113 byte By paularmstronga at 2007-11-27 5:51:14
I am trying to determine if messages sent to a Broker within a Cluster are replicated to different Brokers and as such the different Brokers' persistence message stores?I what a HA solution that has no single point of failure within a site (and ultimately across sites, but let's focus on a ...

what will happen if a client retrieve a message and fail to consume it?

430 byte By Legolas.wa at 2007-11-27 5:35:56
Hithank you for reading my postI am using Sun IMQ for my jms stuff and i have a queue which all of its message should be proceed.I use client acknowledge mode to ensure that a message removes from the queue after a client consume it correctly.Now what if a client consume a message and it face ...

deep problem with messeges that remain inside queue and .....

929 byte By Legolas.wa at 2007-11-27 5:12:51
HiThank you for reading my post.I have a problem with using mq version 4.1 .here is what i am doing:Create a queue,Create a connection and connect to queue.use Client_acknowledge mode.Start the connection and listener will process the messages.problem is that sometimes it does not pick up any ...

MQ + Active Directory

347 byte By Robert_L_Byrnea at 2007-11-27 3:49:45
Hi,Wondering if anyone has a nice ldif file or similar of the java schema objects I need to load to get the AD schema suitable to hold MQ administered objects ?For example, this thread treats the same question for Open ...

How can ensure that in a multi thread env each message has consumed once?

435 byte By Legolas.wa at 2007-11-27 3:41:45
HiThank you for reading my postcan some one please explain that how we can ensure that our messages which are inside the queue has just consumed once?imagine that we have tens of thread which each of them has a connection and a listener are listening on a queue, how does jms manage this all ...

how i can find number of messages that are inside a queue?

151 byte By Legolas.wa at 2007-11-27 3:30:16
HiThank you for reading my post.Can some one please let me know how i can find how much messages are inside a queue?Thanks.

administerd objects: reference or copy ?

1173 byte By Robert_L_Byrnea at 2007-11-27 3:11:23
Hi,Question for understanding purposes.When I store an administered object in an LDAP server, say, does it just store the name of the class I configure or does it also store a copy of the class ?The fact that it's called an Object Store and the fact that some of the documentation refers to ...

what will happen to stored message when consumer consume them?

385 byte By Legolas.wa at 2007-11-27 2:46:46
HiThank you for reading my post.imagine that i have IMQ installed and i configure it to store messeges into database for failover and .....Now the question is:when a consumer consumed a messege, will it remove that message from database or the message will stay in database for ever?Is there ...

how i can setup (create) a durable and persisted queue ?

195 byte By Legolas.wa at 2007-11-27 2:43:19
hiThank you for reading my post.does any one know how i can setup and create a durable/persisted queue in Sun MQ?i wan to use database as message storage.thanks

Unable to configure Sun JMS with Sun ONE Directory server as repository

1879 byte By nagarjunaa at 2007-11-27 1:42:49
I am trying to configure Sun JMS with Sun ONE Directory server as repository. I couldnt make it even after going through Admin guide of Sun JMS. When I tried to run a producer,exception I got iscom.sun.messaging.jms.JMSSecurityException: [C4084]: User authentication failed: user=guest, ...

Is single jms broker able to use multiple httpServlets?

676 byte By mkrzemiena at 2007-11-27 1:17:52
HiIs single jms broker able to use multiple httpServlets? If so then how to configure it?The motivation for such configuration is scalability and resilience: if one broker is associated with single remote servlet then in case of the servlet failure the broker also becomes unavailable.According ...

Sun Java System Message Queue - Anybody used Sun Java System Message Queue in production system

207 byte By envision-sajjana at 2007-11-26 23:11:39
Hi,Anybody used the Sun Java System Message Queue as a messaging server for your applicaion in production?Shall you give me version you are using..Thanks and regards,Sajjan

IMQ java.lang.ExceptionInInitializerError problem

996 byte By virgo47a at 2007-11-26 22:17:18
We're using IMQ bundled with Sun Java System Application Server Platform Edition 9.0_01 (build b14) as our JMS provider and now I'm trying to migrate one old application to this setup. It will run nicely with receiver on one queue, but in the moment I put some message into the queue this ...

sun mq source code of cclient's some file are not exist

234 byte By zhuhuaminga at 2007-11-26 17:17:14
such as#include "iMQTypes_priv.h"#include "iMQCallbackTypes_priv.h"#include "iMQConnectionShim_priv.h"#include "iMQCallbacks_priv.h"#include "iMQLogUtilsShim_priv.h"can anyone tell me ?

Sending NON-PERSISTENT messages using the C API doesn't work

1156 byte By koosba at 2007-11-26 14:37:20
When trying to send a non-persistent message using the C API methodsMQSendMessageExt or MQSendMessageToDestinationExt, if the call passes a non-zero value for the msgTimeToLive parameter then the message is never received by the consumer. e.g. the following doesn't work: ...

Does Sun MQ support store and forward configuration

477 byte By Zaricka at 2007-11-26 12:40:53
Dear Devs,Does Sun MQ support store and forward configuration?Is it possible to configure two MQ instance, when the network connectionis down, message stored in local instance and forward the message oncenetwork connection is resumed.I looks like activemq support such configuration, however, ...

Version of the various MQ release

478 byte By Zaricka at 2007-11-26 12:40:51
I found that, the message queue product have quite a lot of different version: 3.5 3 2005Q4 3.7 UR1 4.0 4.1For version 4.0 is it only bundled with SJSAS PE, and doesn't have seperate download?For 4.1, is it open source version only, is it possible to use 4.1 with SJSAS PE9Last, I don't found ...

Can any one help me out how to create message in JMS

73 byte By mandavasrinivas at 2007-11-26 11:59:36
Can any one help me out how to create an object,map message in JMS

imqjmsra.rar references imq.jar which is not inside RAR ... and ra.xml

833 byte By j.salvo at 2007-11-26 11:51:36
When deploying the RAR file to JBoss 4.0.5, it shows the following2006-12-01 15:49:06,040 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/home/jsalvo/jboss-4.0.5.GA/server/default/tmp/deploy/tmp5798imqjmsra.rar-contents/imqjmx.jar references URL ...

Restart time with large number of persisted messages

1253 byte By davidh at 2007-11-26 11:23:57
We are in the process of evaluating the Sun Message Queue and have noticed that if we send a large number of messages to a queue and then shut the server down, the restart takes a very long time. In the console after the restart, MQ appears to be loading all the messages back into memory. I ...

JMS Licensing

619 byte By LasVegas21 at 2007-11-26 11:16:54
We are in the process of deploying a system for our client. My question is this. We want to have 2 servers, one main and the other as a COLDspare in case of failure of the main one. The main one has 2 cpu's, meaning I need to purchase 2 licenses to run JMS, since the pricing is per cpu. I am ...

Configuring Destination Resource.

556 byte By Tarus at 2007-11-26 11:05:24
Hi,I am working on SUNONE Server 8.0. I need to configuration details for the list below:1. By default my client is able to reestablish a connection when JMS is restarted. Is there any setting to be done on SUN server console to disable this feature.2. How do i make the SUN JMS to store the ...

Memory leak Using IMQ 3.6SP4 or 4.0

10087 byte By BuZMan at 2007-11-26 11:05:12
Hi, I just commit this bug to sun (that will take some time), but I was expecting to share this problem to avoid people losing time like me : ) and maybe if some other developer have some workaround... thanks!A DESCRIPTION OF THE PROBLEM :if you configure a queue with a max number of message ...

Help configuring server connection timeout

624 byte By Brian_Loughead at 2007-11-26 10:49:10
Hello I'm running JMS 3.6 SP3 in Windows and I'm trying to configurethe time it takes to generate a [C4002]: Read packet failed. - cause: java.net.SocketException: Connection reset message. I've set up the following configuration, but it takes about 1:45-2:00 minutes to get the ...

ERROR Internal error processing delete consumer

3342 byte By BuZMan at 2007-11-26 10:38:57
Hi all!.I'm currently using:Version: 3.6 SP3 (Build 02-A)License: Sun Java(tm) System Message Queue 3.6 Enterprise EditionThe JMS system is currently been used by a standlone Java Application (using different queues and topics), developed in my company, it's just one broker (non cluster ...

Many consumers on a queue, with different selctor, 2 in an HA configuration

1069 byte By stfalcon at 2007-11-26 10:32:29
Hi all, I have a question about one queue and some (3) consumers. I have one queue and three consumers (clients) connected to the same queue. Let' s call the consumer: A, B, C. All of these with selectors, connecting a SunOne MQ 3.5 SP2, 4 brokers cluster. Let's define the nature of the A, B, ...

on solaris10 mq 3.6 sp3 installation error

197 byte By cyb_boy at 2007-11-26 10:26:56
when i run ./installer. GUI interface view right but console throw java.lang.NullpointException 丅On the system has been installed sun mq 3.5 sp1.pls help me.best regards

Problem with C/C++ when using MQ_INVALID_HANDLE

584 byte By tekwiser at 2007-11-26 9:56:32
I am using C binding for OpenMQ.In my C or C++ program, I have the following:MQPropertiesHandle propertiesHandle;propertiesHandle = MQ_INVALID_HANDLE;I will get compile error:error C2059: syntax error : '{'But If I change the above into following I will not get he error:MQPropertiesHandle ...

Message Queue and Berkley DB - 2005Q4 - Access Manager Session Failover

3030 byte By ankushkapoor at 2007-11-26 9:55:33
Hi. I know that Access Manager has a separate forum, but since this forum flocks with Message queue gurus, I thought I'd try my luck here as well, since what I seem to be facing is essentially a message queue problem.AM session failover worked fine with 2003Q4, but now with 2005Q4, I am facing ...

Handling unclean shutdown of brokers in a cluster

4399 byte By j.salvo at 2007-11-26 9:52:25
MQ 4.0The cluster of brokers work great if the brokers were shutdown cleanly.However, it seems that if the brokers were not shutdown cleanly, creating consumers will fail on any of the remaining live brokers.Try to do the following:1) Setup a cluster of 2 brokers on 2 separate physical hosts. ...

When will a new release of OpenMessageQueue 4.0 be made ?

213 byte By j.salvo at 2007-11-26 9:50:48
Any news on when the new release of OMQ 4.0 will be ?What bug fixes will be made ?What new features will there be ?Anyway to track its progress ?I can be a beta-tester if needed.

Unexpected Broker Exception: [received acknowledgement with Unknown TxID]

13415 byte By j.salvo at 2007-11-26 9:50:45
After running OpenMessageQueue 4.0 for about nearly 2 months now without too much of a problem, I am happy.However, today, I got a few of these exceptions on the broker.In Summary:1) Unknown TransactionID -12) Unknown Transaction xxxxxxxx3) Transaction yyyyyy is already resolvedHere are the ...

Administered Objects in Oracle OID LDAP server

1693 byte By ibuiles at 2007-11-26 9:49:28
I'm triying to add a Connection Factory to my Oracle 10g OID LDAP server. I've written a file to be used with the imqobjmgr command (using the -i option to use the file). I've also checked that Oracle OID is bundled with all the schemas needed to store java objects.I have two questions:1 - ...

Cannot delete administered object (version number propery

1997 byte By TiT at 2007-11-26 9:47:24
I have two administered objects that can't be deleted, and I have no clue where reference to them are kept:Here is an excerpt of my admin'ed objects listing:(...)Listing all administered objects in the object store specified ...

Acknowledgement for Transaction id <x> exists in the store already

3228 byte By raggle at 2007-11-26 9:40:42
Hi,I'm running a single imq broker (3.5 SP1) on my server and am seeing intermittent problems when my consumer tries to read messages from one of the queues:[24/Aug/2006:07:31:56 BST] ERROR [B3062]: Acknowledgement ...

Syslog

701 byte By TiT at 2007-11-26 9:35:44
Hi,I'm trying to set up 3.6 SP3 to log through syslog.I've found the following broker properties, and have set them up in the instance's "config.properties" file, and restarted the ...

imq3_6 NO_ACKNOWLEDGE

770 byte By automatatrading at 2007-11-26 9:29:34
Has anyone had success in getting this server to operate in the NO_ACKNOWLEDGE mode?I have everything working fine under AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE, but when I switch to NO_ACKNOWLEDGE I get a class cast exception:java.lang.ClassCastException: ...

NullPointerException in message queue!!!

454 byte By j_ray at 2007-11-26 9:29:29
I'm using Sun Message Queue 3 3005Q4. I get the following error in one of the queues. The message size and no of messages is evrything in limit. Can anyone tell what this error is about?[14/Aug/2006:02:53:44 EDT] [B1065]: Accepting: guest@10.1.4.15:51890->jms:59200. ...

Message Queue not supporting clustering!

203 byte By j_ray at 2007-11-26 9:29:25
Hi I'm using Message Queue 3 2005Q4. Can anyone tell if this version of message broker supports clustring or not. If not what is the solution for making it support clustering?Thanks

Cannot start domain1

481 byte By saira at 2007-11-26 9:22:18
I cannot get my Application Server to run. when i type in the command line:asadmin start-domain domain1i get the following message:Domain domain1 failed to startup. There is a conflict on port 7676.Please check the server log formore details.CLI156 Could not start the domain domain1.what should ...

MessageConsumer not consuming messages from Temporary queue

1936 byte By jmota_csw at 2007-11-26 9:19:46
I have a client application that is deployed on JBoss 4.03-sp1.The client application looks up the connection factory and queue from SJSAS8.1I create a temporary queue, create a message, set the temporary queue in the jmsreplyto of the message and send it to the queue. However the message ...

New to JMS 3.6 for Windows and have a couple of questions about it.

471 byte By Brian_Loughead at 2007-11-26 8:50:02
Hi I'm new to JMS 3.6 for windows and I have a couple of questions that I hope someone can answer.1. With the new JMS 3.6 it has implemented the new client side ping. How is this setup? Is there an example of code that utilizes this ability in the samples provided?2. Is this feature in both ...

Lots of " Waiting for MESSAGE_ACK_REPLY ".

3668 byte By j.salvo at 2007-11-26 8:30:38
cluster of 3 brokers.ALl 3 brokers have lots of " Waiting for MESSAGE_ACK_REPLY ".On a broker on mig-linux:[06/Jul/2006:06:05:41 EST] [B1174]: Waiting for MESSAGE_ACK_REPLY fromsydsfg621/10.0.21.17:7676 (imqbroker, mq://10.0.21.17:7676/, [7845002528180574976])[06/Jul/2006:06:05:41 EST] [B1174]: ...

Selector on consumer not working, but selector on browser working

208 byte By j.salvo at 2007-11-26 8:29:23
MQ 4.0The same selector on a browser on the DMQ ( mq.sys.dmq ) works, but does not work on a synchronous consumer using receive( 10000 ). The receive method always return null.Any ideas ?

message queue is not starting in cluster mode

588 byte By rahulsaini at 2007-11-26 8:29:22
Hi AllI have two box ,box A and box B.On both box sun access manager ,directory server ,message queue and Berkeley database are running.When i start boker by this command./imqbrokerd -cluster -a machine1:7676,machine2:7676or./imqbrokerd -cluster -a machine1,machine2:7676 then it gives ...

Expired before arrival

882 byte By j.salvo at 2007-11-26 8:29:15
I was browsing the DMQ of one of the brokers. Some of the dead message have "expired before arrival".What does that mean ? JMS MessageID: ID:18243-10.0.21.1(f4:d6:99:7c:3:85)-55316-1151999316517 Redelivered: falseJMS_SUN_DMQ_UNDELIVERED_COMMENT: [B0065]: Message on destination ...

Message acknowledgement failed: Unexpected Broker Internal Error

5904 byte By j.salvo at 2007-11-26 8:28:59
What does this mean ?[04/Jul/2006:12:59:23 EST] WARNING [B2117]: Message acknowledgement failedackStatus = NOT_FOUND(404)Reason = Notfound: 1 156683-10.0.21.1(9b:7b:9b:30:b1:4f)-34415-1151980622090 [consumer:7412938419040808192, type=NONE]AckType = 3MessageBrokerSession = ...

Cases where messages are not being consumed from a queue

1385 byte By j.salvo at 2007-11-26 8:27:33
MQ 4.0I have a cluster of 3 brokers. Java clients use RANDOMIZE to connect to the cluster of brokers. Message selectors are not used. My consumers are all synchronous, and connection.start() is called prior to calling MessageConsumer.receive().What I have seen on random occassions are messages ...