River Lynn Bailey

Results 53 comments of River Lynn Bailey

i'm in the same boat as @SkydiverFL on this one - what i mean by "app" is a sub-app to compose a larger app, where the sub-apps are all going...

i never got around to testing this scenario.... it would be good to try it and see what happens. if there's a design error or something that we can do...

i found the logs and i'm seeing this error: ``` [14:52:14] ERROR [org.apache.directory.server.wrapper.ApacheDsTanukiWrapper] - Failed to start the service. org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException: ERR_250_ENTRY_ALREADY_EXISTS ou=system already exists! at org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition.add(AbstractBTreePartition.java:687) at org.apache.directory.server.core.DefaultDirectoryService.initializeSystemPartition(DefaultDirectoryService.java:1749) at org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1809)...

looks like this is a known problem in ApacheDS when using kill -9 or other forceful shutdowns of apacheds. https://issues.apache.org/jira/browse/DIRSERVER-1954 and other issues logged for it how do i properly...

i would like to see something along these lines, as well. i'm just now getting to the point where i realize the need for request/response, and having this callback based...

regarding your previous question on setImmediate: i'm doing that because without it, the message never gets sent. I don't get any errors or anything, it just doesn't send the message....

found myself hitting a brick wall today, needing this. imma go ahead and implement it and attach the changes as a PR, for this ticket.

i have multiple scenarios with multiple projects that see a need for this, all of which come down to either doing more work on the receiving end, or having a...

in the case of my stripe integration, i will end up doing 1 of 3 things, I think: 1. using pub/sub and not having a guarantee of the message being...

Thanks for the detailed response - the comparison to JMS is especially helpful (spent 2 years in that world, previously) In the case of Stripe, it's pretty easy for me...