1 2 3 4 5 6 7 8 9 10

BerkeleyDB configuration on Solaris

3389 byte By rahulsaini at 2007-11-26 8:09:25
HiI m using Berkeleydb 4.2.52 with solaris x86 10.My berkeley db directory is /usr/BERKELEYDB.When i run this cmd /usr/BERKELEYDB/build_unix../dist/configure then it shows me the error checking build system type... i386-pc-solaris2.10checking host system type... i386-pc-solaris2.10checking if ...

Howto auto-create a destination from a Java client ?

724 byte By j.salvo at 2007-11-26 8:16:11
It seems that one cannot auto-create a destination by looking up a JNDI name that is not existing, as it throws a JNDI "Name not found" exception.Queue myQueue = (Queue)ctx.lookup("SampleQueue");The only way to create an auto-created destination is by directly instantiating one of Sun's ...

How to make Java client "aware" of the cluster

978 byte By j.salvo at 2007-11-26 8:17:45
Assume for the moment that I have configured the brokers for clustering using a common cluster configuration file.Since there is really no "cluster IP and port" for the clustered brokers, at the moment, I assume that for the clients to be able to connect to the clustered brokers, they simply ...

Adding vmargs to imqenv.conf

797 byte By j.salvo at 2007-11-26 8:19:52
I wanted MQ to auto-startup during boot with the JVM arguments that I wanted. So I added the following line to imqenv.conf:ARGS=-vmargs -Xms384m -vmargs -Xmx512m -vmargs -XX:+UseParallelGCHowever, lib/imqinit ( which is called bin/imqbrokerd and imqcmd ) by will shown an error like this:# sh ...

redelivery delay

930 byte By j.salvo at 2007-11-26 8:22:02
When consuming messages from a queue ( via the MessageConsumer.receive() method ), I would like to rollback the JMS transaction if a specific date that I am expecting from a database is not yet available.I have no control of when the data that I am expecting for the specified JMS mesage will ...

JMS - Managing unacknowledged messages: buggy behaviour

1225 byte By jortizclaver at 2007-11-26 8:24:20
Hi,I'm experiencing a pretty weird situation accesing to a JMS queue. I have two messages in a queue (let's say they have IDs A and B). For each step I describe below, I use a Session.CLIENT_ACKNOWLEDGE but I don't acknowledge after read them (I want them to stay in the queue).1. List the ...

login failed while connecting to broker

592 byte By DeanWormer at 2007-11-26 8:27:13
helloI have Sun imq 3.0.1 sp1 installed and I am now having some problems. the imqbrokerd starts up ok, but if I or my client application attempts to connect to it, I get the following error:[C4060]: Login failed.Please check your username and/or password.now I know i'm using the proper ...

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 ...

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 = ...

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 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 ...

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 ?

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]: ...

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 ...

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 ...

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 ...

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

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. ...

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: ...

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 ...

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 ...

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 ...

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 - ...

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 ...

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.

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. ...

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 ...

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 ...

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

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, ...

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 ...

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 ...

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 ...

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 ...

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 ...

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 ...

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 ...

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

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 ...

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, ...

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: ...

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 ?

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 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

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 ...

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, ...

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

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 ...

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 ...

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.