[jira] Commented: (AMQ-340) allow topics in particular but also queues to have a 'namespace URI' like WS-Notification

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-340?page=comments#action_36487 ] Hiram Chirino commented on AMQ-340: --- Hi James, Could give a few exmples of what you mean? > allow topics in particular but also queues to have a 'namespace URI' like > WS-N

[jira] Commented: (AMQ-406) enable the configuration of prefetch policies in the JNDI configuration file by allowing the prefetch values to be visible as properties on ActiveMQConnectionFactory

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-406?page=comments#action_36488 ] Hiram Chirino commented on AMQ-406: --- Fixed in trunk rev 418495. You can now configure the prefetchPolicy and redeliveryPolicy using the jndi properties. For example:

[jira] Resolved: (AMQ-406) enable the configuration of prefetch policies in the JNDI configuration file by allowing the prefetch values to be visible as properties on ActiveMQConnectionFactory

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-406?page=all ] Hiram Chirino resolved AMQ-406: --- Resolution: Fixed > enable the configuration of prefetch policies in the JNDI configuration file > by allowing the prefetch values to be visible as proper

[jira] Assigned: (AMQ-406) enable the configuration of prefetch policies in the JNDI configuration file by allowing the prefetch values to be visible as properties on ActiveMQConnectionFactory

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-406?page=all ] Hiram Chirino reassigned AMQ-406: - Assign To: Hiram Chirino > enable the configuration of prefetch policies in the JNDI configuration file > by allowing the prefetch values to be visible as

[jira] Updated: (AMQ-450) expired messages should be sent to some kind of dead letter queue

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-450?page=all ] Hiram Chirino updated AMQ-450: -- Fix Version: 4.2 (was: 4.1) Description: This could take a little bit of work reorganizing how the broker and the persistence store opper

[jira] Updated: (AMQ-451) allow scheduled delivery of messages

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-451?page=all ] Hiram Chirino updated AMQ-451: -- Fix Version: 4.2 (was: 4.1) scheduling delivery of messages is very similar to expiring messages on a given date. Lets thing about how to d

[jira] Created: (AMQ-789) WireFormatNegotiator could hang a client or server connection if the peer disconnects before sending the wire format info

2006-07-01 Thread Hiram Chirino (JIRA)
WireFormatNegotiator could hang a client or server connection if the peer disconnects before sending the wire format info - Key: AMQ-789 URL: https://issues.ap

[jira] Resolved: (AMQ-789) WireFormatNegotiator could hang a client or server connection if the peer disconnects before sending the wire format info

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-789?page=all ] Hiram Chirino resolved AMQ-789: --- Resolution: Fixed Fix in trunk revision 418497 We now wait up to 15 seconds before timeing out the wireformat negociation phase. > WireFormatNegotiator

[jira] Updated: (AMQ-608) Change logging level of some DemandForwardingBridge log messages.

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-608?page=all ] Hiram Chirino updated AMQ-608: -- Fix Version: 4.0.2 (was: 4.0.1) > Change logging level of some DemandForwardingBridge log messages. > ---

[jira] Updated: (AMQ-528) 4.0 M4 NullPointerException while shutting down

2006-07-01 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-528?page=all ] Hiram Chirino updated AMQ-528: -- Fix Version: 4.0.2 4.1 (was: 4.0 RC2) Version: 4.0 (was: 4.0 M4) Ajusted target fix version so

[jira] Commented: (AMQ-725) Messages Sent by JMS that contain header properties cause error when STOMP client registers a Subscriber

2006-07-01 Thread William MacDonald (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-725?page=comments#action_36492 ] William MacDonald commented on AMQ-725: --- I have tested this with the new 4.01 release of ActiveMQ using the default configuration file and I am still having the problem.

New refactored STOMP implementation.

2006-07-01 Thread Hiram Chirino
Howdy STOMP developers, Just wantted to let you know that I spent the day doing some major refactoring to the STOMP server side protocol implementation in ActiveMQ. The previous implementation did all the work inside a WireFormat layer. The poll model that it imposed made some things difficult t